@esengine/nova-ecs-render-core - v1.0.1
    Preparing search index...

    Interface TextStyle

    Text drawing style 文本绘制样式

    interface TextStyle {
        color: Color;
        fontFamily?: string;
        fontSize: Fixed;
        fontStyle?: "normal" | "italic" | "oblique";
        fontWeight?: "normal" | "bold" | "lighter" | "bolder";
        textAlign?: "left" | "center" | "right";
        textBaseline?: "top" | "middle" | "bottom" | "alphabetic";
    }
    Index

    Properties

    color: Color
    fontFamily?: string
    fontSize: Fixed
    fontStyle?: "normal" | "italic" | "oblique"
    fontWeight?: "normal" | "bold" | "lighter" | "bolder"
    textAlign?: "left" | "center" | "right"
    textBaseline?: "top" | "middle" | "bottom" | "alphabetic"