Aspose::Font::Ttf::TtfFontMetrics::GetGlyphWidth method

TtfFontMetrics::GetGlyphWidth method

Returns glyphs width by glyph id.

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

ReturnValue

Glyph width.

See Also