Foxit PDF SDK
fsdk.EmbeddedFontData Class Reference

Public Member Functions

def GetNonstandard_font_name_array ()
 Get font name array of embedded fonts which cannot be replaced by system fonts if they are to be unembeded. More...
 
def GetStandard_font_name_array ()
 Get font name array of embedded fonts which are standard fonts and can be replaced by system fonts if they are to be unembedded. More...
 
def SetNonstandard_font_name_array (value)
 Set font name array of embedded fonts which cannot be replaced by system fonts if they are to be unembeded. More...
 
def SetStandard_font_name_array (value)
 Set font name array of embedded fonts which are standard fonts and can be replaced by system fonts if they are to be unembedded. More...
 

Detailed Description

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

Member Function Documentation

◆ GetNonstandard_font_name_array()

fsdk.EmbeddedFontData.GetNonstandard_font_name_array ( )

Get font name array of embedded fonts which cannot be replaced by system fonts if they are to be unembeded.

Returns
Font name array of embedded fonts which cannot be replaced by system fonts if they are to be unembeded.

◆ GetStandard_font_name_array()

fsdk.EmbeddedFontData.GetStandard_font_name_array ( )

Get font name array of embedded fonts which are standard fonts and can be replaced by system fonts if they are to be unembedded.

Returns
Font name array of embedded fonts which are standard fonts and can be replaced by system fonts if they are to be unembedded.

◆ SetNonstandard_font_name_array()

fsdk.EmbeddedFontData.SetNonstandard_font_name_array (   value)

Set font name array of embedded fonts which cannot be replaced by system fonts if they are to be unembeded.

Parameters
[in]valueFont name array of embedded fonts which cannot be replaced by system fonts if they are to be unembeded.
Returns
None.

◆ SetStandard_font_name_array()

fsdk.EmbeddedFontData.SetStandard_font_name_array (   value)

Set font name array of embedded fonts which are standard fonts and can be replaced by system fonts if they are to be unembedded.

Parameters
[in]valueFont name array of embedded fonts which are standard fonts and can be replaced by system fonts if they are to be unembedded.
Returns
None.