glui v0.5.0-alpha (2022-02-21T08:37:05Z)
Dub
Repo
TextLine
glui
style
wrapText
result.
@
safe
struct
TextLine {
struct
Word
;
Word
[]
words
;
size_t
width
;
}
Members
Structs
Word
struct
Word
Undocumented in source.
Variables
width
size_t
width
;
Width of the line (including spaces).
words
Word
[]
words
;
Words on this line.
Meta
Source
See Implementation
glui
style
aliases
StyleKeyPtr
Theme
classes
Style
functions
sideBottom
sideLeft
sideRight
sideTop
sideX
sideY
style
structs
StyleKey
TextLine
wrapText result.