Foxit PDF SDK
 All Classes Namespaces Functions Enumerations Enumerator Properties Pages
foxit.pdf.EmbeddedFontData Class Reference

Inherits SystemIDisposable.

Public Member Functions

 EmbeddedFontData ()
 Constructor.
 
 EmbeddedFontData (EmbeddedFontData other)
 Constructor, with another embedded font data object. More...
 

Properties

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

foxit.pdf.EmbeddedFontData.EmbeddedFontData ( EmbeddedFontData  other)
inline

Constructor, with another embedded font data object.

Parameters
[in]otherAnother unembedded font data object.