String s = new String("Hello"c); //this(char[], Font, float) s = new String("Hello"w); //this(wchar[], Font, float)
char[] text | Text assigned to the string ("" by default) |
Font font | Font used to draw the string (use default font) |
float size | Characters size, in pixels (32 by default) |
wchar[] text | Text assigned to the string ("" by default) |
Font font | Font used to draw the string (use default font) |
float size | Characters size, in pixels (32 by default) |
char[] text | New text |
wchar[] text | New text |
Font font | Font filename |
float size | New size, in pixels |
TextStyle | New text style, (combination of Style enum values) |