novelate v0.0.2 (2020-01-22T19:34:01Z)
Home
Dub
Repo
Text.this
dsfml
graphics
text
Text
Undocumented in source.
this
()
this
(immutable(T)[] text, const(Font) font, uint characterSize)
class
Text
this
(
T
)
(
immutable
(
T
)[]
text
,
const
(
Font
)
font
,
uint
characterSize
= 30
)
if
(
is
(
T
==
dchar
) ||
is
(
T
==
wchar
)
||
is
(
T
==
char
)
)
Meta
Source
See Implementation
dsfml
graphics
text
Text
constructors
this
destructors
~this
enums
Style
functions
draw
findCharacterPos
getCharacterSize
getColor
getFont
getGlobalBounds
getLocalBounds
getString
getStyle
setCharacterSize
setColor
setFont
setString
setStyle
mixins
__anonymous