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

    Type Alias StandardEncodedGlyph

    type StandardEncodedGlyph = {
        advanceWidth: number;
        bbox?: ProxyBBoxTuple;
        codePoints: number[];
        encodedByte: number;
        id: number;
        nominalWidth: number;
        supported: boolean;
    }
    Index

    Properties

    advanceWidth: number
    bbox?: ProxyBBoxTuple
    codePoints: number[]
    encodedByte: number
    id: number
    nominalWidth: number
    supported: boolean