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)。 |
另见
- Class TtfTableBase
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++