Text.setString

Set the text's string.

A text's string is empty by default.

class Text
void
setString
(
T
)
(
immutable(T)[] text
)
if (
is(T == dchar) ||
is(T == wchar)
||
is(T == char)
)

Parameters

text
Type: immutable(T)[]

New string

Meta