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

NameDescription
newScriptName new script name for the Font

Throws

dsdl.SDLException if unable to set script name