Desktop Functions: Smart Device Functions:
|
Search Results for "PostScript" in [All]gdi32
PostScript = 2
PostScript = 2 3: ExtEscape
static Int32 POSTSCRIPT_PASSTHROUGH = 4115;
static Int32 ENCAPSULATED_POSTSCRIPT= 4116;
static Int32 POSTSCRIPT_IDENTIFY = 4117;
static Int32 POSTSCRIPT_INJECTION = 4118;
static Int32 POSTSCRIPT_DATA = 37;
static Int32 POSTSCRIPT_IGNORE = 38;
static bool PrinterSupportsPostScript(string printername)
PSChecks.Add(POSTSCRIPT_PASSTHROUGH);
PSChecks.Add(ENCAPSULATED_POSTSCRIPT);
PSChecks.Add(POSTSCRIPT_IDENTIFY);
PSChecks.Add(POSTSCRIPT_INJECTION);
PSChecks.Add(POSTSCRIPT_DATA);
PSChecks.Add(POSTSCRIPT_IGNORE); 4: PostScript
5: TextOut Unlike graphics.drawstring, Textout can work with fonts other than True Type, Open Type, and PostScript fonts. If you have a font that's supported by Windows but not .net you can most likely use this command to draw it. |