THotPDF.SimpleLatinFonts Property

THotPDF API reference

 

THotPDF Methods  Auto Shaping  GSUB

Ενεργοποιεί μια συμπαγή simple-font path για printable ASCII text που χρησιμοποιεί Base14 standard fonts με WinAnsiEncoding αντί να ενσωματώνει Unicode Type0 font

 

Delphi syntax

property SimpleLatinFonts: Boolean read FSimpleLatinFonts write FSimpleLatinFonts;

 

Covered APIs

APIUsage notes
SimpleLatinFontsTurns on the compact unembedded simple-font path for printable ASCII when all safety gates match
StandardFontEmulationAllows Base14 standard font emulation, which is required before SimpleLatinFonts can use WinAnsiEncoding output
TryEmitSimpleLatinInternal output gate that accepts only printable ASCII, standard non-vertical fonts, zero rotation, no PDF/A, and no active shaping flags

 

Usage notes

Η διαδρομή είναι σκόπιμα στενή: το StandardFontEmulation πρέπει να είναι ενεργό, το PDF/A πρέπει να είναι off, η active font πρέπει να είναι standard non-vertical font, η γωνία κειμένου πρέπει να είναι μηδέν, το ShapingFeatures πρέπει να είναι κενό και κάθε χαρακτήρας πρέπει να είναι printable ASCII U+0020 έως U+007E

 

See also: StandardFontEmulation ShapingFeatures THPDFPage.TextOut