glui v0.5.2 (2022-08-01T09:13:42Z)
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
enums
isSideArray
functions
color
normalizeSideArray
shiftSide
sideBottom
sideLeft
sideRight
sideTop
sideX
sideY
style
structs
StyleKey
TextLine
wrapText result.