Foxit PDF SDK
FoxitPDFSDKPython2.EmbeddedFontData Class Reference

Inherits FoxitPDFSDKPython2._object.

Public Member Functions

def EmbeddedFontData ()
 Constructor.

 
def EmbeddedFontData (other)
 Constructor, with another embedded font data object.
More...
 

Static Public Attributes

 nonstandard_font_name_array = _swig_property(_fsdk.EmbeddedFontData_nonstandard_font_name_array_get, _fsdk.EmbeddedFontData_nonstandard_font_name_array_set)
 Font name array of embedded fonts which cannot be replaced by system fonts if they are to be unembeded.

 
 standard_font_name_array = _swig_property(_fsdk.EmbeddedFontData_standard_font_name_array_get, _fsdk.EmbeddedFontData_standard_font_name_array_set)
 Font name array of embedded fonts which are standard fonts and can be replaced by system fonts if they are to be unembedded.

 

Detailed Description

This class represents embeded font data which is retrieved from a PDF document. Please refer to function FoxitPDFSDKPython2.PDFDoc.GetEmbeddedFontData .

Constructor & Destructor Documentation

◆ EmbeddedFontData()

def FoxitPDFSDKPython2.EmbeddedFontData.EmbeddedFontData (   other)

Constructor, with another embedded font data object.

Parameters
[in]otherAnother unembedded font data object.