Font.scriptName

Wraps TTF_SetFontScriptName (from SDL_ttf 2.20) to set the dsdl2.ttf.Font's script name

class Font
@property @trusted
static if(sdlTTFSupport >= SDLTTFSupport.v2_20)
void
scriptName
()

Parameters

newScriptName string

new script name for the dsdl2.ttf.Font

Throws

dsdl.SDLException if unable to set script name

Meta