nudsfml v0.0.10-alpha (2023-02-09T04:48:03Z)
Dub
Repo
Text.this
nudsfml
graphics
text
Text
Default constructor
Creates an empty text.
this
()
class
Text
this
(
)
this
(const(T)[] text, Font font, uint characterSize)
this
(const(dchar)[] text, Font font, uint characterSize)
Meta
Source
See Implementation
nudsfml
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
properties
characterSize
fillColor
font
globalBounds
localBounds
outlineColor
outlineThickness
string
style
Default constructor
Creates an empty text.