Aspose::Font::IFontMetrics::GetKerningValue 方法

IFontMetrics::GetKerningValue method

返回字形对的 kerning 值。

virtual double Aspose::Font::IFontMetrics::GetKerningValue(System::SharedPtr<Glyphs::GlyphId> prevGlyphId, System::SharedPtr<Glyphs::GlyphId> nextGlyphId)=0
参数类型描述
prevGlyphIdSystem::SharedPtr<Glyphs::GlyphId>对中的第一个字形。
nextGlyphIdSystem::SharedPtr<Glyphs::GlyphId>Font 大小。

ReturnValue

Kerning 值。

另见