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
| 参数 | 类型 | 描述 |
|---|---|---|
| prevGlyphId | System::SharedPtr<Glyphs::GlyphId> | 对中的第一个字形。 |
| nextGlyphId | System::SharedPtr<Glyphs::GlyphId> | Font 大小。 |
ReturnValue
Kerning 值。
另见
- Typedef SharedPtr
- Class GlyphId
- Class IFontMetrics
- Namespace Aspose::Font
- Library Aspose.Font for C++