Aspose::Font::Type1::Type1Font 类

Type1Font class

表示 Type1Font

class Type1Font : public Aspose::Font::Font

方法

方法描述
Convert(Aspose::Font::FontType) overrideFont 转换为另一种格式。
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() overrideGlyph 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 设置器。

另见