Aspose::Font::FontMetrics::GetGlyphBBox 方法
FontMetrics::GetGlyphBBox method
返回字形 BBox。如果字形未定义 BBox,则返回 FontBBox。可能会被特定字体编码的继承者覆盖。
System::SharedPtr<Aspose::Font::FontBBox> Aspose::Font::FontMetrics::GetGlyphBBox(System::SharedPtr<Glyphs::GlyphId> glyphId) override
| 参数 | 类型 | 描述 |
|---|---|---|
| glyphId | System::SharedPtr<Glyphs::GlyphId> | 字形标识符。 |
ReturnValue
字形 BBox。
另见
- Typedef SharedPtr
- Class FontBBox
- Class GlyphId
- Class FontMetrics
- Namespace Aspose::Font
- Library Aspose.Font for C++