Aspose::Font::IFontMetrics::GetGlyphWidth method

IFontMetrics::GetGlyphWidth method

Returns glyph width.

virtual double Aspose::Font::IFontMetrics::GetGlyphWidth(System::SharedPtr<Glyphs::GlyphId> glyphId)=0
ParameterTypeDescription
glyphIdSystem::SharedPtr<Glyphs::GlyphId>Glyph identifier.

ReturnValue

Glyph width.

See Also