Font.this

Load a font from a TTF file with a given size and style

  1. this()
  2. this(string filename, int size, FontStyle style)
    struct Font
    @nogc nothrow
    this
    (
    in string filename
    ,
    in int size
    ,)

Meta