Aspose::Font::FontMetrics::GetKerningValue 方法

FontMetrics::GetKerningValue method

返回字形对的 kerning 值。

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

ReturnValue

Kerning 值。

另见