Aspose::Font::Type1::Type1FontMetrics class

Type1FontMetrics class

Represents Type1Font metrics.

class Type1FontMetrics : public Aspose::Font::FontMetrics

Methods

MethodDescription
get_Ascender() overrideGets ascender value.
get_CapHeight() constGets cap height value.
get_Descender() overrideGets descender value.
get_FontBBox() overrideGets FontBBox value.
get_FontMatrix() overrideGets Font transformation matrix.
get_ItalicAngle() constGets italic angle value.
get_StdHW() constGets StdHW value.
get_StdVW() constGets StdVW value.
get_UnderlinePosition() constGets underline position value.
get_UnderlineThickness() constGets underline thickness value.
get_UnitsPerEM() overrideGets underline UnitsPerEM value.
get_Weight() constGets weight.
get_XHeight() constGets XHeight value.
GetGlyphWidth(System::SharedPtr<Aspose::Font::Glyphs::GlyphId>) overrideReturns glyph width. May be ovridden by specific font encoding inheritors.
MeasureString(System::String, double) overrideMeasures string and returns string width.
set_UnitsPerEM(uint32_t) overrideGets underline UnitsPerEM value.

See Also