Foxit PDF SDK  9.1
FSEmbeddedFontData Class Reference
Inheritance diagram for FSEmbeddedFontData:

Instance Methods

(void) - dealloc
 
(void *) - getCptr
 
(id) - init
 Constructor.
More...
 
(id) - initWithCptr:swigOwnCObject:
 
(id) - initWithOther:
 Constructor, with another embedded font data object.
More...
 

Protected Attributes

BOOL swigCMemOwn
 
void * swigCPtr
 

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.
More...
 
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.
More...
 

Detailed Description

This class represents embeded font data which is retrieved from a PDF document. Please refer to function FSPDFDoc::getEmbeddedFontData.

Method Documentation

◆ dealloc

- (void) dealloc

◆ getCptr

- (void*) getCptr

◆ init

- (id) init

Constructor.

◆ initWithCptr:swigOwnCObject:

- (id) initWithCptr: (void *)  cptr
swigOwnCObject: (BOOL)  ownCObject 

◆ initWithOther:

- (id) initWithOther: (FSEmbeddedFontData*)  other

Constructor, with another embedded font data object.

Parameters
[in]otherAnother unembedded font data object.

Member Data Documentation

◆ swigCMemOwn

- (BOOL) swigCMemOwn
protected

◆ swigCPtr

- (void*) swigCPtr
protected

Property Documentation

◆ nonstandard_font_name_array

- (NSArray< NSString * > *) nonstandard_font_name_array
readwritenonatomiccopy

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

◆ standard_font_name_array

- (NSArray< NSString * > *) standard_font_name_array
readwritenonatomiccopy

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