Aspose::Font::Cff::CffFontMetrics class

CffFontMetrics class

Represents CFF Font metrics.

class CffFontMetrics : public Aspose::Font::FontMetrics

Methods

MethodDescription
get_Ascender() overrideGets Ascender value.
get_Descender() overrideGets Descender value.
get_FontBBox() overrideGets FontBBox value.
get_FontMatrix() overrideGets FontMatrix value.
get_UnitsPerEM() overrideGets UnitsPerEM value.
GetFontMatrixForGlyph(System::SharedPtr<Aspose::Font::Glyphs::GlyphId>)Calculates transformation matrix for glyph specified by id.
GetGlyphWidth(System::SharedPtr<Aspose::Font::Glyphs::GlyphId>) overrideReturns glyph width. May be overridden by specific Font encoding inheritors.
MeasureString(System::String, double) overrideMeasures string and returns string width.

See Also