dsfml ~master (2021-10-04T07:02:59.4470602)
Dub
Repo
Text.this
dsfml
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
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
properties
characterSize
fillColor
font
globalBounds
localBounds
outlineColor
outlineThickness
string
style
Default constructor
Creates an empty text.