Foxit PDF SDK
FSEmbeddedFontData Class Reference

Inherits NSObject.

Instance Methods

(id) - init
 Constructor.

 
(id) - initWithOther:
 Constructor, with another embedded font data object.
More...
 

Properties

NSArray< NSString * > * nonstandard_font_name_array
 Font name array of embedded fonts which cannot be replaced by system fonts if they are to be unembeded.

 
NSArray< NSString * > * standard_font_name_array
 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 PDFDoc::getEmbeddedFontData.

Method Documentation

◆ initWithOther:()

- (id) initWithOther: (FSEmbeddedFontData*)  other

Constructor, with another embedded font data object.

Parameters
[in]otherAnother unembedded font data object.