Aspose::Font::IFontSubset class

IFontSubset class

Represents font subset interface.

class IFontSubset : public virtual Aspose::Font::IFont

Methods

MethodDescription
virtual get_OriginalFont()Gets original font of the Font subset.
virtual get_SubsetName()Name of subset. If set, replaces name of original font. Otherwise, name of original font will be used as subset name.
virtual get_UsedGlyphs()Gets list of used glyph ids.
virtual set_SubsetName(System::String)Name of subset. If set, replaces name of original font. Otherwise, name of original font will be used as subset name.

See Also