skia
    Preparing search index...

    Interface SlottableTextProperty

    Text property for ManagedAnimation's slot support

    interface SlottableTextProperty {
        ascent?: number;
        boundingBox?: InputRect;
        direction?: TextDirectionEnumValues;
        fillColor?: InputColor;
        horizAlign?: TextAlignEnumValues;
        linebreak?: LineBreakTypeEnumValues;
        lineHeight?: number;
        lineShift?: number;
        maxLines?: number;
        maxTextSize?: number;
        minTextSize?: number;
        resize?: ResizePolicyEnumValues;
        strokeColor?: InputColor;
        strokeJoin?: StrokeJoinEnumValues;
        strokeWidth?: number;
        text?: string;
        textSize?: number;
        typeface?: Typeface;
        vertAlign?: VerticalTextAlignEnumValues;
    }
    Index

    Properties

    ascent?: number
    boundingBox?: InputRect
    fillColor?: InputColor
    horizAlign?: TextAlignEnumValues
    lineHeight?: number
    lineShift?: number
    maxLines?: number
    maxTextSize?: number
    minTextSize?: number
    strokeColor?: InputColor
    strokeWidth?: number
    text?: string
    textSize?: number
    typeface?: Typeface