FreeType.open

Opens a font from a file

  1. FontFace open(string file, uint faceIndex)
    class FreeType
    open
    (
    string file
    ,
    uint faceIndex = 0
    )
  2. FontFace open(ubyte[] file, uint faceIndex)
  3. FontFace open(MemFile file, uint faceIndex)

Meta