Loom Engine - v0.10.1
    Preparing search index...

    Interface TextStyle

    interface TextStyle {
        font: string;
        fill: ColorRGBA;
        align?: "left" | "center" | "right";
        baseline?: "top" | "middle" | "bottom" | "alphabetic";
    }
    Index

    Properties

    font: string
    fill: ColorRGBA
    align?: "left" | "center" | "right"
    baseline?: "top" | "middle" | "bottom" | "alphabetic"