harfbuzzjs
    Preparing search index...

    Interface GlyphInfo

    interface GlyphInfo {
        cluster: number;
        codepoint: number;
    }
    Index

    Properties

    Properties

    cluster: number

    The cluster index of the glyph.

    codepoint: number

    Either a Unicode code point (before shaping) or a glyph index (after shaping).