Aspose::Font::TtfTables::TtfOs2Table class
Contents
[
Hide
]TtfOs2Table class
Represents “OS/2” table of the TTF Font file.
class TtfOs2Table : public Aspose::Font::TtfTables::TtfTableBase
Methods
Method | Description |
---|---|
get_AchVendId() const | Gets AchVendId value. |
get_FSSelection() const | Contains information concerning the nature of the font patterns. |
get_FSType() const | Gets FSType value. |
get_Panose() const | This 10 byte series of numbers is used to describe the visual characteristics of a given typeface. These characteristics are then used to associate the font with other fonts of similar appearance having different names. |
get_SCapHeight() const | Gets SCapHeight value. |
get_SFamilyClass() const | This parameter is a classification of font-family design. The font class and font subclass are registered values assigned by IBM to each font family. This parameter is intended for use in selecting an alternate font when the requested font is not available. |
get_STypoAscender() const | Gets STypoAscender value. |
get_STypoDescender() const | Gets STypoDescender value. |
get_STypoLineGap() const | Gets STypoLineGap value. |
get_SupportedTableVersions() | Gets supported versions of the OS/2 table. |
get_SXHeight() const | Gets SXHeight value. |
static get_Tag() | Gets table tag. |
get_ULCodePageRange() const | Gets ULCodePageRange value. |
get_ULUnicodeRange() const | Gets ULUnicodeRange value. |
get_USBreakChar() const | Gets USBreakChar value. |
get_USDefaultChar() const | Gets USDefaultChar value. |
get_USFirstCharIndex() const | Gets USFirstCharIndex value. |
get_USLastCharIndex() const | Gets USLastCharIndex value. |
get_USLowerOpticalPointSize() const | Gets USLowerOpticalPointSize value. |
get_USMaxContext() const | Gets USMaxContext value. |
get_USUpperOpticalPointSize() const | Gets USUpperOpticalPointSize value. |
get_USWeightClass() const | Indicates the visual weight (degree of blackness or thickness of strokes) of the characters in the Font. |
get_USWidthClass() const | Indicates a relative change from the normal aspect ratio (width to height ratio) as specified by a font designer for the glyphs in a Font. |
get_USWinAscent() const | Gets USWinAscent value. |
get_USWinDescent() const | Gets USWinDescent value. |
get_Version() const | Gets Version value. |
get_XAvgCharWidth() const | Gets the Average Character Width parameter. |
get_YStrikeoutPosition() const | Gets YStrikeoutPosition value. |
get_YStrikeoutSize() const | Gets YStrikeoutSize value. |
get_YSubscriptXOffset() const | Gets YSubscriptXOffset value. |
get_YSubscriptXSize() const | Gets YSubscriptXSize value. |
get_YSubscriptYOffset() const | Gets YSubscriptYOffset value. |
get_YSubscriptYSize() const | Gets YSubscriptYSize value. |
get_YSuperscriptXOffset() const | Gets YSuperscriptXOffset value. |
get_YSuperscriptXSize() const | Gets YSuperscriptXSize value. |
get_YSuperscriptYOffset() const | Gets YSuperscriptYOffset value. |
get_YSuperscriptYSize() const | Gets YSuperscriptYSize value. |
GetLicenseFlags() | Gets an embedded flags(fsType) in object representation. |
See Also
- Class TtfTableBase
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++