IDocumentProperties Property: TrueTypeFont

Property Name
TrueTypeFont

Property Type
TrueTypeFontValues

Description
Gets and sets how TrueType font printing is handled. This property is valid only if IsTrueTypeFontPropertySupported is True.

Supported Values are:

Values

Description

PrintAsGraphics = 1

The TrueTypeFont will be set to print as graphics. Default for Dot-Matrix printers

DownloadAsSoftFonts = 2

The TrueTypeFont will be set to download as soft fonts. Default for Hewlett-Packard PCL printers

SubstituteWithDeviceFonts = 4

The TrueTypeFont will be set to substitute with device fonts. Default for PostScript printers

DownloadAsOutlineSoftFonts = 8

The TrueTypeFont will be set to download as outline soft fonts

 

See Also