Font.outline - multiple declarations

Function Font.outline

Sets the size of the font's outline Use outline = 0 to disable outlining

void outline (
  int outline
) @property;

Function Font.outline

Gets the size of the font's outline Outline is constant across glyphs in a font

int outline() @property;