Small World Engine API Reference - v0.76.20
    Preparing search index...

    Interface TextOutlineOptions

    Outline (stroke) styling for text drawn by a TextTexture.

    interface TextOutlineOptions {
        color?: string;
        width?: number;
    }
    Index
    color?: string

    Outline color as a CSS color string. Defaults to "#000000".

    width?: number

    Outline width in pixels. Defaults to 2.