dsfml ~master (2017-10-11T01:10:36Z)
Home
Dub
Repo
Text.getString
dsfml
graphics
text
Text
Get the text's string.
The returned string is a dstring, a unicode type.
class
Text
immutable
(
T
)[]
getString
const
(
T
=
char
)
(
)
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
Get the text's string.
The returned string is a dstring, a unicode type.