VMPrint API Reference - v1.0.0
    Preparing search index...

    Interface ContextShapedGlyph

    interface ContextShapedGlyph {
        codePoints: number[];
        id: number;
        xAdvance: number;
        xOffset: number;
        yOffset: number;
    }
    Index

    Properties

    codePoints: number[]

    Unicode codepoints (for ToUnicode CMap, used by PDF text extraction / copy-paste).

    id: number

    Fontkit-assigned glyph ID for the shaped contextual form (e.g. uni0627.fina = id 9).

    xAdvance: number

    Advance width in points (scaled).

    xOffset: number

    Horizontal offset in points (for positioned GPOS kerning etc.).

    yOffset: number

    Vertical offset in points.