Module beamui.text.simple

Formatting and drawing of simple label-like text.

Simple means without inner markup, with no selection and cursor capabilities.

Import line

import beamui.text.simple;

Functions

NameDescription
drawSimpleText(pr, str, x, y, boxWidth, style) Draw simple text immediately. Useful in very dynamic and massive data lists

Structs

NameDescription
SimpleText Presents single- or multiline text as is, without inner formatting.