Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 815 Bytes

File metadata and controls

18 lines (12 loc) · 815 Bytes

FontSavingModes

Enumerates modes that can be used for saving of fonts referenced in saved PDF

Enum

Name Description
AlwaysSaveAsWOFF All referenced fonts will be saved and referenced as WOFF-fonts
AlwaysSaveAsTTF All referenced fonts will be saved and referenced as TTF-fonts
AlwaysSaveAsEOT All referenced fonts will be saved and referenced as EOT-fonts
SaveInAllFormats All referenced fonts will be saved (and referenced in CSS) as 3 independent files : EOT, TTH,WOFF. It increases size of output data but makes output sutable for overhelming majority of web brawsers

[Back to Model list] [Back to API list] [Back to README]