PdfFont.GetKerning(Int32, Int32) Method
Returns the kerning value for the specified pair of glyphs.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v26.1.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| glyphIndex1 | Int32 | The index of the first glyph. |
| glyphIndex2 | Int32 | The index of the second glyph. |
Returns
| Type | Description |
|---|---|
| Int16 | The kerning value for the specified pair of glyphs. |
See Also