Aspose::Font::TtfTables::TtfOs2Table 类

TtfOs2Table class

表示 TTF Font 文件的 “OS/2” 表。

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

方法

方法描述
get_AchVendId() const获取 AchVendId 值。
get_FSSelection() const包含有关字体模式性质的信息。
get_FSType() const获取 FSType 值。
get_Panose() const这串 10 字节的数字用于描述给定字体的视觉特征。这些特征随后用于将该字体与外观相似但名称不同的其他字体关联。
get_SCapHeight() const获取 SCapHeight 值。
get_SFamilyClass() const此参数是字体系列设计的分类。字体类和子类是 IBM 为每个字体系列分配的注册值。该参数用于在请求的字体不可用时选择替代字体。
get_STypoAscender() const获取 STypoAscender 值。
get_STypoDescender() const获取 STypoDescender 值。
get_STypoLineGap() const获取 STypoLineGap 值。
get_SupportedTableVersions()获取 OS/2 表的受支持版本。
get_SXHeight() const获取 SXHeight 值。
static get_Tag()获取表标签。
get_ULCodePageRange() const获取 ULCodePageRange 值。
get_ULUnicodeRange() const获取 ULUnicodeRange 值。
get_USBreakChar() const获取 USBreakChar 值。
get_USDefaultChar() const获取 USDefaultChar 值。
get_USFirstCharIndex() const获取 USFirstCharIndex 值。
get_USLastCharIndex() const获取 USLastCharIndex 值。
get_USLowerOpticalPointSize() const获取 USLowerOpticalPointSize 值。
get_USMaxContext() const获取 USMaxContext 值。
get_USUpperOpticalPointSize() const获取 USUpperOpticalPointSize 值。
get_USWeightClass() const指示 Font 中字符的视觉粗细(黑度或笔画厚度的程度)。
get_USWidthClass() const指示相对于字体设计师为 Font 中字形指定的正常宽高比的相对变化。
get_USWinAscent() const获取 USWinAscent 值。
get_USWinDescent() const获取 USWinDescent 值。
get_Version() const获取 Version 值。
get_XAvgCharWidth() const获取 Average Character Width 参数。
get_YStrikeoutPosition() const获取 YStrikeoutPosition 值。
get_YStrikeoutSize() const获取 YStrikeoutSize 值。
get_YSubscriptXOffset() const获取 YSubscriptXOffset 值。
get_YSubscriptXSize() const获取 YSubscriptXSize 值。
get_YSubscriptYOffset() const获取 YSubscriptYOffset 值。
get_YSubscriptYSize() const获取 YSubscriptYSize 值。
get_YSuperscriptXOffset() const获取 YSuperscriptXOffset 值。
get_YSuperscriptXSize() const获取 YSuperscriptXSize 值。
get_YSuperscriptYOffset() const获取 YSuperscriptYOffset 值。
get_YSuperscriptYSize() const获取 YSuperscriptYSize 值。
GetLicenseFlags()获取对象表示中的嵌入标志(fsType)。

另见