three-msdf-text
    Preparing search index...

    Interface TextGeometryOptions

    interface TextGeometryOptions {
        alignX?: AlignX;
        alignY?: AlignY;
        charIndex?: boolean;
        charPosition?: boolean;
        charSize?: boolean;
        charUv?: boolean;
        font?: FontDefinition | Font;
        height?: number | "auto";
        heightSegments?: number;
        id?: boolean;
        letterSpacing?: number;
        lineBreak?: boolean;
        lineCharCount?: boolean;
        lineCharIndex?: boolean;
        lineHeight?: number;
        lineIndex?: boolean;
        lineWordCount?: boolean;
        lineWordIndex?: boolean;
        normal?: boolean;
        position?: boolean;
        size?: number;
        tabSize?: number;
        text?: string;
        uv?: boolean;
        width?: number | "auto";
        widthSegments?: number;
        wordBreak?: boolean;
        wordIndex?: boolean;
        wordSpacing?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alignX?: AlignX
    alignY?: AlignY
    charIndex?: boolean
    charPosition?: boolean
    charSize?: boolean
    charUv?: boolean
    height?: number | "auto"
    heightSegments?: number
    id?: boolean
    letterSpacing?: number
    lineBreak?: boolean
    lineCharCount?: boolean
    lineCharIndex?: boolean
    lineHeight?: number
    lineIndex?: boolean
    lineWordCount?: boolean
    lineWordIndex?: boolean
    normal?: boolean
    position?: boolean
    size?: number
    tabSize?: number
    text?: string
    uv?: boolean
    width?: number | "auto"
    widthSegments?: number
    wordBreak?: boolean
    wordIndex?: boolean
    wordSpacing?: number