Aspose::Font::Type1::Type1Font class

Type1Font class

Represents Type1Font.

class Type1Font : public Aspose::Font::Font

Methods

MethodDescription
Convert(Aspose::Font::FontType) overrideConverts the Font into another format.
get_Encoding() overrideGets Font encoding.
get_FontDefinition() overrideGets Font definition.
get_FontFamily() overrideGets Font family. The Font family setter is not implemented yet.
get_FontName() overrideGets Font face name. The Font face name setter is not implemented yet.
get_FontNames() overrideGets Font names.
get_FontStyle() overrideGets Font style. This is a value computed and represented in generalized type.
get_FontType() overrideGets Font type. Returns FontType.Type1 value.
get_GlyphIdType() overrideGlyph id type specification.
get_Metrics() overrideGets Font metrics.
get_NumGlyphs() overrideGets number of glyphs in the Font.
get_PostscriptNames() overrideGets postscript Font names.
get_Style() overrideGets Font style. This is a raw string value provided by Font file. The Style setter is not implemented yet.
GetAllGlyphIds() overrideReturns array of all glyph ids, available in the Font. Glyph id is a unique number for a glyph, which is font type dependent. Type1Font glyph id can be instance of (GlyphStringId) class or (GlyphUInt32Id) class.
virtual GetGlyphById(System::String)Returns glyph by glyph id.
GetGlyphById(uint32_t)Returns glyph by glyph id.
GetGlyphById(System::SharedPtr<Aspose::Font::Glyphs::GlyphId>) overrideReturns glyph by glyph id. Glyph id is a unique number for a glyph, which is font type dependent. Type1Font glyph id can be instance of (GlyphStringId) class or (GlyphUInt32Id) class.
set_FontFamily(System::String) overrideGets Font family. The Font family setter is not implemented yet.
set_FontName(System::String) overrideGets Font face name. The Font face name setter is not implemented yet.
set_Style(System::String) overrideGets Font style. This is a raw string value provided by Font file. The Style setter is not implemented yet.

See Also