Aspose::Font::TtfTables::TtfPostTable class
Contents
[
Hide
]TtfPostTable class
Represents “post” table of the TTF Font file.
class TtfPostTable : public Aspose::Font::TtfTables::TtfTableBase
Methods
Method | Description |
---|---|
get_Format() | Gets fixed format(version) of this table. Deprecated, use TableFormat property. |
get_HasNoPostScriptNames() | Indicates that no PostScript name information is provided for the glyphs in this font file. |
get_IsFixedPitch() | Gets uint32 isFixedPitch. 0 if the font is proportionally spaced, non-zero if the font is not proportionally spaced (i.e. monospaced). |
get_ItalicAngle() | Gets fixed italicAngle Italic angle in degrees. |
get_MaxMemType1() | Gets uint32 maxMemType1 Maximum memory usage when a TrueType font is downloaded as a Type 1 Font. |
get_MaxMemType42() | Gets uint32 maxMemType42 Maximum memory usage when a TrueType font is downloaded as a Type 42 Font. |
get_MinMemType1() | Gets uint32 minMemType1 Minimum memory usage when a TrueType font is downloaded as a Type 1 Font. |
get_MinMemType42() | Gets uint32 minMemType42 Minimum memory usage when a TrueType font is downloaded as a Type 42 Font. |
get_TableFormat() | Gets fixed format(version) of this table. Use properties MajorNumber and MinorNUmber of object Version16Dot16 in hexademical notation to detect version used. |
static get_Tag() | Gets table tag. |
get_UnderlinePosition() | Gets FWord underlinePosition value. |
get_UnderlineThickness() | Gets FWord underlineThickness value. |
GetAllGlyphIndexesForGlyphName(System::String) | Gets array of glyphs indexes by glyph name. |
GetGlyphIndex(System::String) | Gets glyph index by glyph name. |
GetGlyphName(uint32_t) | Gets glyph name by glyph index. |
See Also
- Class TtfTableBase
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++