FreetypeTypeface.this

Load a font from a file.

  1. this()
  2. this(FT_Face face)
  3. this(string filename)
    class FreetypeTypeface
    @trusted
    this
    (
    string filename
    )

Parameters

filename string

Filename of the font file.

Meta