Font.hinting - multiple declarations

Function Font.hinting

Wraps TTF_GetFontHinting to get the Font hinting

Hinting hinting() @property @trusted const;

Returns

Hinting enumeration for the Font hinting

Function Font.hinting

Wraps TTF_SetFontHinting to set the Font hinting

void hinting (
  Hinting newHinting
) @property @trusted;

Parameters

NameDescription
newHinting new Hinting for the Font