Font.this - multiple declarations

Function Font.this

Constructs a font from a font file

this (
  string file,
  int psize,
  int index = 0
);

Function Font.this

Constructs a font from an already existing TTF_Font

this (
  derelict.sdl2.ttf.TTF_Font* alreadyExisting
);