skia
    Preparing search index...

    Interface StrutStyle

    interface StrutStyle {
        fontFamilies?: string[];
        fontSize?: number;
        fontStyle?: FontStyle;
        forceStrutHeight?: boolean;
        halfLeading?: boolean;
        heightMultiplier?: number;
        leading?: number;
        strutEnabled?: boolean;
    }
    Index

    Properties

    fontFamilies?: string[]
    fontSize?: number
    fontStyle?: FontStyle
    forceStrutHeight?: boolean
    halfLeading?: boolean
    heightMultiplier?: number
    leading?: number
    strutEnabled?: boolean