Skip to main content
All docs
V26.1
  • 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

    public short GetKerning(
        int glyphIndex1,
        int glyphIndex2
    )

    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