drawFormattedText(text: FormattedText): void

Draw a piece of formatted text from formatText().

paramtext- The formatted text object.

// text background
const txt = formatText({
    text: "oh hi",
});

drawRect({
    width: txt.width,
    height: txt.height,
});

drawFormattedText(txt);

sincev2000.2

kaplay logo

Misc

Layer