Aspose::Font::IFontMetrics::GetGlyphBBox 方法
IFontMetrics::GetGlyphBBox method
返回字形的边界框(BBox)。
virtual System::SharedPtr<Aspose::Font::FontBBox> Aspose::Font::IFontMetrics::GetGlyphBBox(System::SharedPtr<Glyphs::GlyphId> glyphId)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| glyphId | System::SharedPtr<Glyphs::GlyphId> | 字形标识符 |
ReturnValue
字形 BBox
另见
- Typedef SharedPtr
- Class FontBBox
- Class GlyphId
- Class IFontMetrics
- Namespace Aspose::Font
- Library Aspose.Font for C++