THotPDF-StandardFontEmulation

THotPDF

 

先頭  前へ  次へ

Determines whether standard-font emulation is used for common font names.

 

Delphi syntax:

property StandardFontEmulation: boolean;

 

C++ syntax:

__property bool StandardFontEmulation;

 

説明

StandardFontEmulation を true に設定すると、recognised font names に対して standard PDF font substitution を許可します。HotPDF に実際に installed Windows font を使用および embed させたい場合は StandardFontEmulation を false に設定します

 

exact glyph comparison、Unicode output、embedded-font verification では StandardFontEmulation を disabled のままにしてください。これは Tests\Delphi\FontTest と、original typeface metrics を preserve する必要がある documents に推奨される設定です

 

                                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

 

関連項目: FontEmbedding NotEmbeddedFonts