Aspose::Font::Type1::Type1FontMetrics::GetGlyphWidth method

Type1FontMetrics::GetGlyphWidth method

Returns glyph width. May be ovridden by specific font encoding inheritors.

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

ReturnValue

Glyph width.

See Also