Aspose::Font::Cff::CffFontMetrics::GetGlyphWidth method

CffFontMetrics::GetGlyphWidth method

Returns glyph width. May be overridden by specific Font encoding inheritors.

double Aspose::Font::Cff::CffFontMetrics::GetGlyphWidth(System::SharedPtr<Aspose::Font::Glyphs::GlyphId> glyphId) override
ParameterTypeDescription
glyphIdSystem::SharedPtr<Aspose::Font::Glyphs::GlyphId>Glyph identifier.

ReturnValue

Glyph width.

See Also