◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── Graphics drivers should support all escapes that are reasonable for a given device. In particular, printer drivers should be prepared applications that assume that the printer-setting escapes, such as STARTDOC and ENDDOC, are always available on high-end devices. All drivers should support the QUERYESCSUPPORT escape which identifies which graphics escapes the driver supports. Display drivers should support the following escapes: ♦ QUERYESCSUPPORT ♦ GETCOLORTABLE ♦ SETCOLORTABLE Printer drivers should support at least the following escapes: ♦ QUERYESCSUPPORT ♦ SETABORTPROC ♦ STARTDOC ♦ NEWFRAME ♦ ENDDOC ♦ ABORTDOC ♦ NEXTBAND Obsolete Escapes The EXTTEXTOUT and SELECTPAPERSOURCE escapes are now obsolete. EXTTEXTOUT has been replaced by the ExtTextOut function, and SELECTPAPERSOURCE has been superseded by the GETSETPAPERBINS escape. Escape Reference The following is an alphabetical listing of the graphics-driver escapes. ♦