SetEmbedAllFonts
Text, Fonts
Popis
Enables or disables automatic embedding of all TrueType/OpenType fonts added to the document subsequently.
Syntaxe
Delphi
Function TPDFlib.SetEmbedAllFonts(Enabled: Integer): Integer;
Parametry
| Enabled | Set to 1 to enable automatic font embedding, or 0 to disable. |
|---|
Return values
| 1 | The setting was successfully applied |
|---|