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
参数类型描述
glyphIdSystem::SharedPtr<Glyphs::GlyphId>字形标识符。

ReturnValue

字形 BBox。

另见