This class represents the settings for unembedded fonts. This class object can be set to class OptimizerSettings and then be used to optimize a PDF document.
- See also
- OptimizerSettings
◆ UnembeddedFontSettings()
| def FoxitPDFSDKPython2.UnembeddedFontSettings.UnembeddedFontSettings |
( |
|
other | ) |
|
Constructor, with another unembedded font settings object.
- Parameters
-
| [in] | other | Another ImageSettings object. |
◆ IsEmpty()
| def FoxitPDFSDKPython2.UnembeddedFontSettings.IsEmpty |
( |
| ) |
|
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
- Returns
- true means current object is empty, while false means not.
◆ SetSubsetAllEmFonts()
| def FoxitPDFSDKPython2.UnembeddedFontSettings.SetSubsetAllEmFonts |
( |
|
bSubsetAllEmFonts | ) |
|
Sets whether to include subsets of all unembedded fonts.
- Parameters
-
| [in] | bSubsetAllEmFonts | true means to include subsets of all unembedded fonts. false means not to include subsets of all unembedded fonts. |
- Returns
- void.
◆ SetUnembeddedFontNameArray()
| def FoxitPDFSDKPython2.UnembeddedFontSettings.SetUnembeddedFontNameArray |
( |
|
font_name_array | ) |
|
Set a font name array to specify which fonts are to be unembeded.
This function can be used to specify which fonts are to be unembedded. User can use function FoxitPDFSDKPython2.PDFDoc.GetEmbeddedFontData to get the embedded font name arrays of a PDF document, then decide which embeded fonts are to be unembeded, and pass the unembeded font name array to current function.
- Parameters
-
| [in] | font_name_array | A font name array to specify which fonts are to be unembeded. |
- Returns
- None.