Aspose::Font::FontMetrics::GetGlyphBBox method
FontMetrics::GetGlyphBBox method
Returns glyph BBox. Returns FontBBox if BBox was not defined for the glyph. May be overridden by specific font encoding inheritors.
System::SharedPtr<Aspose::Font::FontBBox> Aspose::Font::FontMetrics::GetGlyphBBox(System::SharedPtr<Glyphs::GlyphId> glyphId) override
Parameter | Type | Description |
---|---|---|
glyphId | System::SharedPtr<Glyphs::GlyphId> | Glyph identifier. |
ReturnValue
Glyph BBox.
See Also
- Typedef SharedPtr
- Class FontBBox
- Class GlyphId
- Class FontMetrics
- Namespace Aspose::Font
- Library Aspose.Font for C++