Module beamui.text.style

Text style properties and markup data structures.

Import line

import beamui.text.style;

Structs

NameDescription
LineMarkup
MarkupSpan
TextAttr Opaque struct, that can hold one text style property
TextDecor Decoration added to text (underline, etc.)
TextLayoutStyle Holds properties of the text, that influence only its layout
TextStyle Holds text properties - font style, colors, and so on

Enums

NameDescription
TextAlign Specifies text alignment
TextDecorLine Specifies where to put text decoration lines, if any.
TextDecorStyle Specifies the style of the text decoration line(s)
TextHotkey Controls how text with & hotkey marks should be handled (used only in Label)
TextOverflow Specifies how text that doesn't fit and is not displayed should behave
TextTransform Controls capitalization of text