harfbuzzjs
    Preparing search index...

    Interface AxisInfo

    Data type for holding variation-axis values.

    The minimum, default, and maximum values are in un-normalized, user scales.

    interface AxisInfo {
        axisIndex: number;
        default: number;
        flags: number;
        max: number;
        min: number;
        nameId: number;
        tag: string;
    }
    Index

    Properties

    axisIndex: number

    Index of the axis in the variation-axis array.

    default: number

    The position on the variation axis corresponding to the font's defaults.

    flags: number

    The AxisFlags flags for the axis.

    Note: at present, the only flag defined for flags is AxisFlags.HIDDEN.

    max: number

    The maximum value on the variation axis that the font covers.

    min: number

    The minimum value on the variation axis that the font covers.

    nameId: number

    The name table Name ID that provides display names for the axis.

    tag: string

    The tag identifying the design variation of the axis.