Font.size

Wraps TTF_SetFontSize (from SDL_ttf 2.0.18) to set the dsdl2.ttf.Font's size

class Font
@property @trusted
static if(sdlTTFSupport >= SDLTTFSupport.v2_0_18)
void
size
(
uint newSize
)

Parameters

newSize uint

new size for the dsdl2.ttf.Font

Meta