Interface DrawText

interface DrawText {
    onDraw(canvas: Canvas, scale: number): void;
    onSetup(scriptable: TextDrawing, style: Style): void;
}

Hierarchy (view full)

Methods

Methods

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