Font.this

Constructs a new font

canvasSize specifies how big the texture for the font will be.

  1. this(string file, int size, int canvasSize)
    class Font
    this
    (
    string file
    ,
    int size
    ,
    int canvasSize = 4096
    )
  2. this(ubyte[] memFace, int size, int canvasSize)

Meta