Font.wrappedAlign - multiple declarations

Function Font.wrappedAlign

Wraps TTF_GetFontWrappedAlign (from SDL_ttf 2.20) to get the Font's wrap alignment mode

WrappedAlign wrappedAlign() @property @trusted const;

Returns

WrappedAlign enumeration of the Font

Function Font.wrappedAlign

Wraps TTF_SetFontWrappedAlign (from SDL_ttf 2.20) to set the Font's wrap alignment mode

void wrappedAlign (
  WrappedAlign newWrappedAlign
) @property @trusted;

Parameters

NameDescription
newWrappedAlign new WrappedAlign of the Font