Aspose::Font::Type1::Type1Font 类
内容
[
隐藏
]Type1Font class
class Type1Font : public Aspose::Font::Font
方法
| 方法 | 描述 |
|---|---|
| Convert(Aspose::Font::FontType) override | 将 Font 转换为另一种格式。 |
| get_Encoding() override | 获取 Font 编码。 |
| get_FontDefinition() override | 获取 Font 定义。 |
| get_FontFamily() override | 获取 Font 家族。目前尚未实现 Font 家族的设置器。 |
| get_FontName() override | 获取 Font 字体名称。尚未实现 Font 字体名称的设置器。 |
| get_FontNames() override | 获取 Font 名称。 |
| get_FontStyle() override | 获取 Font 样式。这是一个在通用类型中计算并表示的值。 |
| get_FontType() override | 获取 Font 类型。返回 FontType.Type1 值。 |
| get_GlyphIdType() override | Glyph id 类型规范。 |
| get_Metrics() override | 获取 Font 度量。 |
| get_NumGlyphs() override | 获取 Font 中的字形数量。 |
| get_PostscriptNames() override | 获取 PostScript Font 名称。 |
| get_Style() override | 获取 Font 样式。这是由 Font 文件提供的原始字符串值。尚未实现 Style 设置器。 |
| GetAllGlyphIds() override | 返回 Font 中所有可用的 glyph id 数组。Glyph id 是字形的唯一编号,取决于字体类型。Type1Font 的 glyph id 可以是 (GlyphStringId) 类的实例或 (GlyphUInt32Id) 类的实例。 |
| virtual GetGlyphById(System::String) | 根据字形 id 返回字形。 |
| GetGlyphById(uint32_t) | 根据字形 id 返回字形。 |
| GetGlyphById(System::SharedPtr<Glyphs::GlyphId>) override | 根据 glyph id 返回字形。Glyph id 是字形的唯一编号,取决于字体类型。Type1Font 的 glyph id 可以是 (GlyphStringId) 类的实例或 (GlyphUInt32Id) 类的实例。 |
| set_FontFamily(System::String) override | 获取 Font 家族。目前尚未实现 Font 家族的设置器。 |
| set_FontName(System::String) override | 获取 Font 字体名称。尚未实现 Font 字体名称的设置器。 |
| set_Style(System::String) override | 获取 Font 样式。这是由 Font 文件提供的原始字符串值。尚未实现 Style 设置器。 |
另见
- Class Font
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++