Fontset.this

Loads a fontset from disk.

  1. this()
  2. this(std.stdio.File file, string basepath)
    class Fontset(T)
    this
    (
    std.stdio.File file
    ,
    string basepath = ""
    )
    if (
    T.stringof == Bitmap8Bit.stringof ||
    T.stringof == Bitmap16Bit.stringof
    ||
    T.stringof == Bitmap32Bit.stringof
    )

Meta