skia
    Preparing search index...

    Interface ParagraphStyle

    interface ParagraphStyle {
        applyRoundingHack?: boolean;
        disableHinting?: boolean;
        ellipsis?: string;
        heightMultiplier?: number;
        maxLines?: number;
        replaceTabCharacters?: boolean;
        strutStyle?: StrutStyle;
        textAlign?: EmbindEnumEntity;
        textDirection?: EmbindEnumEntity;
        textHeightBehavior?: EmbindEnumEntity;
        textStyle?: TextStyle;
    }
    Index

    Properties

    applyRoundingHack?: boolean
    disableHinting?: boolean
    ellipsis?: string
    heightMultiplier?: number
    maxLines?: number
    replaceTabCharacters?: boolean
    strutStyle?: StrutStyle
    textAlign?: EmbindEnumEntity
    textDirection?: EmbindEnumEntity
    textHeightBehavior?: EmbindEnumEntity
    textStyle?: TextStyle