Aspose::Font::TtfTables::TtfOs2Table class

TtfOs2Table class

Represents “OS/2” table of the TTF Font file.

class TtfOs2Table : public Aspose::Font::TtfTables::TtfTableBase

Methods

MethodDescription
get_AchVendId() constGets AchVendId value.
get_FSSelection() constContains information concerning the nature of the font patterns.
get_FSType() constGets FSType value.
get_Panose() constThis 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() constGets SCapHeight value.
get_SFamilyClass() constThis 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() constGets STypoAscender value.
get_STypoDescender() constGets STypoDescender value.
get_STypoLineGap() constGets STypoLineGap value.
get_SupportedTableVersions()Gets supported versions of the OS/2 table.
get_SXHeight() constGets SXHeight value.
static get_Tag()Gets table tag.
get_ULCodePageRange() constGets ULCodePageRange value.
get_ULUnicodeRange() constGets ULUnicodeRange value.
get_USBreakChar() constGets USBreakChar value.
get_USDefaultChar() constGets USDefaultChar value.
get_USFirstCharIndex() constGets USFirstCharIndex value.
get_USLastCharIndex() constGets USLastCharIndex value.
get_USLowerOpticalPointSize() constGets USLowerOpticalPointSize value.
get_USMaxContext() constGets USMaxContext value.
get_USUpperOpticalPointSize() constGets USUpperOpticalPointSize value.
get_USWeightClass() constIndicates the visual weight (degree of blackness or thickness of strokes) of the characters in the Font.
get_USWidthClass() constIndicates 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() constGets USWinAscent value.
get_USWinDescent() constGets USWinDescent value.
get_Version() constGets Version value.
get_XAvgCharWidth() constGets the Average Character Width parameter.
get_YStrikeoutPosition() constGets YStrikeoutPosition value.
get_YStrikeoutSize() constGets YStrikeoutSize value.
get_YSubscriptXOffset() constGets YSubscriptXOffset value.
get_YSubscriptXSize() constGets YSubscriptXSize value.
get_YSubscriptYOffset() constGets YSubscriptYOffset value.
get_YSubscriptYSize() constGets YSubscriptYSize value.
get_YSuperscriptXOffset() constGets YSuperscriptXOffset value.
get_YSuperscriptXSize() constGets YSuperscriptXSize value.
get_YSuperscriptYOffset() constGets YSuperscriptYOffset value.
get_YSuperscriptYSize() constGets YSuperscriptYSize value.
GetLicenseFlags()Gets an embedded flags(fsType) in object representation.

See Also