Function Font.scriptName
Wraps TTF_SetFontScriptName
(from SDL_ttf 2.20) to set the Font
's script name
void scriptName
(
string newScriptName
) @property @trusted;
Parameters
Name | Description |
---|---|
newScriptName | new script name for the Font |
Throws
dsdl
if unable to set script name