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
| Parameter | Type | Description |
|---|---|---|
| glyphId | System::SharedPtr<Aspose::Font::Glyphs::GlyphId> | Glyph identifier. |
ReturnValue
Glyph width.
See Also
- Typedef SharedPtr
- Class GlyphId
- Class CffFontMetrics
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++