Aspose::Font::Type1::Type1Font class
Contents
[
Hide
]Type1Font class
class Type1Font : public Aspose::Font::Font
Methods
Method | Description |
---|---|
Convert(Aspose::Font::FontType) override | Converts the Font into another format. |
get_Encoding() override | Gets Font encoding. |
get_FontDefinition() override | Gets Font definition. |
get_FontFamily() override | Gets Font family. The Font family setter is not implemented yet. |
get_FontName() override | Gets Font face name. The Font face name setter is not implemented yet. |
get_FontNames() override | Gets Font names. |
get_FontStyle() override | Gets Font style. This is a value computed and represented in generalized type. |
get_FontType() override | Gets Font type. Returns FontType.Type1 value. |
get_GlyphIdType() override | Glyph id type specification. |
get_Metrics() override | Gets Font metrics. |
get_NumGlyphs() override | Gets number of glyphs in the Font. |
get_PostscriptNames() override | Gets postscript Font names. |
get_Style() override | Gets Font style. This is a raw string value provided by Font file. The Style setter is not implemented yet. |
GetAllGlyphIds() override | Returns 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>) override | Returns 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) override | Gets Font family. The Font family setter is not implemented yet. |
set_FontName(System::String) override | Gets Font face name. The Font face name setter is not implemented yet. |
set_Style(System::String) override | Gets Font style. This is a raw string value provided by Font file. The Style setter is not implemented yet. |
See Also
- Class Font
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++