Font.outline - multiple declarations

Function Font.outline

Wraps TTF_GetFontOutline to get the Font outline value

uint outline() @property @trusted const;

Returns

uint outline value of the Font

Function Font.outline

Wraps TTF_SetFontOutline to set the Font outline value

void outline (
  uint newOutline
) @property @trusted;

Parameters

NameDescription
newOutline new outline value for the Font; 0 to set as default