Aspose::Font::Ttf::TtfFontMetrics::GetKerningValue 方法
TtfFontMetrics::GetKerningValue method
返回字形对的 kerning 值。
double Aspose::Font::Ttf::TtfFontMetrics::GetKerningValue(System::SharedPtr<Glyphs::GlyphId> prevGlyphId, System::SharedPtr<Glyphs::GlyphId> nextGlyphId) override
| 参数 | 类型 | 描述 |
|---|---|---|
| prevGlyphId | System::SharedPtr<Glyphs::GlyphId> | 对中的第一个字形。 |
| nextGlyphId | System::SharedPtr<Glyphs::GlyphId> | Font 大小。 |
ReturnValue
Kerning 值。
另见
- Typedef SharedPtr
- Class GlyphId
- Class TtfFontMetrics
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++