glui ~master (2021-10-22T23:02:19.4620672)
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.