Aspose::Font::FontMetrics::GetGlyphBBox Methode
FontMetrics::GetGlyphBBox method
Gibt das Glyph-BBox zurück. Gibt FontBBox zurück, wenn für das Glyph kein BBox definiert wurde. Kann von spezifischen Schriftzeichenkodierungs‑Erben überschrieben werden.
System::SharedPtr<Aspose::Font::FontBBox> Aspose::Font::FontMetrics::GetGlyphBBox(System::SharedPtr<Glyphs::GlyphId> glyphId) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| glyphId | System::SharedPtr<Glyphs::GlyphId> | Glyph-Bezeichner. |
ReturnValue
Glyph-BBox.
Siehe auch
- Typedef SharedPtr
- Class FontBBox
- Class GlyphId
- Class FontMetrics
- Namespace Aspose::Font
- Library Aspose.Font for C++