Foxit PDF SDK
foxit::pdf::EmbeddedFontData Class Reference

Inherits Object.

Public Member Functions

 EmbeddedFontData ()
 Constructor.
 
 EmbeddedFontData (const EmbeddedFontData &other)
 Constructor, with another embedded font data object. More...
 
EmbeddedFontDataoperator= (const EmbeddedFontData &other)
 Assign operator. More...
 

Public Attributes

WStringArray nonstandard_font_name_array
 Font name array of embedded fonts which cannot be replaced by system fonts if they are to be unembeded.
 
WStringArray 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.

Constructor & Destructor Documentation

◆ EmbeddedFontData()

foxit::pdf::EmbeddedFontData::EmbeddedFontData ( const EmbeddedFontData other)
inline

Constructor, with another embedded font data object.

Parameters
[in]otherAnother unembedded font data object.

Member Function Documentation

◆ operator=()

EmbeddedFontData& foxit::pdf::EmbeddedFontData::operator= ( const EmbeddedFontData other)
inline

Assign operator.

Parameters
[in]otherAnother embedded font data object, whose value would be assigned to current object.
Returns
Reference to current object itself.