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

    Type Alias StandardEncodedRun

    type StandardEncodedRun = {
        glyphs: StandardEncodedGlyph[];
        positions: StandardEncodedPosition[];
        totalAdvance: number;
    }
    Index

    Properties

    totalAdvance: number