Aspose::Font::Ttf::TtfFontMetrics::GetGlyphWidth 方法

TtfFontMetrics::GetGlyphWidth method

返回字形 ID 对应的字形宽度。

double Aspose::Font::Ttf::TtfFontMetrics::GetGlyphWidth(System::SharedPtr<Glyphs::GlyphId> glyphId) override
参数类型描述
glyphIdSystem::SharedPtr<Glyphs::GlyphId>字形标识符。

ReturnValue

字形宽度。

另见