OpenFairyGUI API
    Preparing search index...

    Interface UamTextProperties

    interface UamTextProperties {
        align: number;
        autoClearText: boolean;
        autoSize: number;
        bold: boolean;
        color: string;
        font: string;
        fontSize: number;
        italic: boolean;
        leading: number;
        letterSpacing: number;
        shadowColor: string;
        shadowOffset: UamPoint;
        singleLine: boolean;
        strikethrough: boolean;
        strokeColor: string;
        strokeSize: number;
        text: string;
        ubbEnabled: boolean;
        underlaySoftness: number;
        underline: boolean;
        vAlign: number;
    }

    Hierarchy (View Summary)

    Index
    align: number
    autoClearText: boolean
    autoSize: number
    bold: boolean
    color: string
    font: string
    fontSize: number
    italic: boolean
    leading: number
    letterSpacing: number
    shadowColor: string
    shadowOffset: UamPoint
    singleLine: boolean
    strikethrough: boolean
    strokeColor: string
    strokeSize: number
    text: string
    ubbEnabled: boolean
    underlaySoftness: number
    underline: boolean
    vAlign: number