Aspose::Font::Type1::Type1FontMetrics 类

Type1FontMetrics class

表示 Type1Font 度量。

class Type1FontMetrics : public Aspose::Font::FontMetrics

方法

方法描述
get_Ascender() override获取 ascender 值。
get_CapHeight() const获取大写字母高度值。
get_Descender() override获取 descender 值。
get_FontBBox() override获取 FontBBox 值。
get_FontMatrix() override获取 Font 变换矩阵。
get_ItalicAngle() const获取斜体角度值。
get_StdHW() const获取 StdHW 值。
get_StdVW() const获取 StdVW 值。
get_UnderlinePosition() const获取下划线位置值。
get_UnderlineThickness() const获取下划线粗细值。
get_UnitsPerEM() override获取下划线 UnitsPerEM 值。
get_Weight() const获取字重。
get_XHeight() const获取 XHeight 值。
GetGlyphWidth(System::SharedPtr<Glyphs::GlyphId>) override返回字形宽度。可能会被特定字体编码的继承者覆盖。
MeasureString(System::String, double) override测量字符串并返回字符串宽度。
set_UnitsPerEM(uint32_t) override获取下划线 UnitsPerEM 值。
SetGlyphWidth(System::SharedPtr<Glyphs::GlyphId>, double) override设置字形宽度。

另见