|
Foxit PDF SDK
|
Inherits Object.
Public Member Functions | |
| EmbeddedFontData () | |
| Constructor. | |
| EmbeddedFontData (const EmbeddedFontData &other) | |
| Constructor, with another embedded font data object. More... | |
| EmbeddedFontData & | operator= (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. | |
This class represents embeded font data which is retrieved from a PDF document. Please refer to function PDFDoc::GetEmbeddedFontData.
|
inline |
Constructor, with another embedded font data object.
| [in] | other | Another unembedded font data object. |
|
inline |
Assign operator.
| [in] | other | Another embedded font data object, whose value would be assigned to current object. |