FreeType.open

Opens a font from a memory buffer

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

Meta