HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THotPDF-StandardFontEmulation
|
Top Previous Next |
|
Determines whether standard-font emulation is used for common font names.
Delphi syntax: property StandardFontEmulation: boolean;
C++ syntax: __property bool StandardFontEmulation;
Description Set StandardFontEmulation to true to allow standard PDF font substitution for recognized font names. Set StandardFontEmulation to false when you want HotPDF to use and embed the actual installed Windows font.
For exact glyph comparison, Unicode output, and embedded-font verification, keep StandardFontEmulation disabled. This is the recommended setting for Demo\Delphi\FontTest and for documents that must preserve the original typeface metrics.
Names of standard fonts
Times-Roman Helvetica Courier TimesNewRoman Arial CourierNew TimesNewRomanPS ArialMT CourierNewPSMT TimesNewRomanPSMT
Times-Bold Helvetica-Bold Courier-Bold TimesNewRoman-Bold Arial-Bold CourierNew-Bold TimesNewRomanPS-Bold Arial-BoldMT CourierNewPS-BoldMT TimesNewRomanPS-BoldMT
Times-Italic Helvetica-Oblique Courier-Oblique TimesNewRoman-Italic Helvetica-Italic Courier,Italic TimesNewRomanPS-Italic Arial-Italic CourierNew-Italic TimesNewRomanPS-ItalicMT Arial-ItalicMT CourierNewPS-ItalicMT
Times-BoldItalic Helvetica-BoldOblique Courier-BoldOblique TimesNewRoman-BoldItalic Helvetica-BoldItalic CourierNew-BoldItalic TimesNewRomanPS-BoldItalic Arial-BoldItalic CourierNewPS-BoldItalicMT TimesNewRomanPS-BoldItalicMT Arial-BoldItalicMT
Symbol ZapfDingbats
See also: FontEmbedding, NotEmbeddedFonts |