Interface TextDrawing

interface TextDrawing {
    font?: FontDescription;
    text?: string;
    type: "text";
    x?: number;
    y?: number;
}

Properties

Properties

text?: string
type
x?: number
y?: number

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.