Aspose::Font::FontMetrics::GetKerningValue 方法
FontMetrics::GetKerningValue method
返回字形对的 kerning 值。
double Aspose::Font::FontMetrics::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 FontMetrics
- Namespace Aspose::Font
- Library Aspose.Font for C++