marker.js 3 Documentation
    Preparing search index...

    Interface FontSize

    Font size settings.

    interface FontSize {
        step: number;
        units: string;
        value: number;
    }
    Index

    Properties

    Properties

    step: number

    Value increment/decrement step for controls cycling through the size values.

    units: string

    Units the value represents.

    value: number

    Number of units.