Skip to content

A dynamic binding to the FreeType library for the D Programming Language.

Notifications You must be signed in to change notification settings

DerelictOrg/DerelictFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DerelictFT

A dynamic binding to version 2.6 and 2.7 of the FreeType library for the D Programming Language.

Please see the DerelictFT documentation and the sections on Compiling and Linking and The Derelict Loader in the Derelict documentation for information on how to build DerelictFT and load FreeType at run time. In the meantime, here's some sample code.

import derelict.freetype;

// Alternatively:
// import derelict.freetype.ft;

void main() {
    // Load the FreeType library.
    DerelictFT.load();

    // Now FreeType functions can be called.
    ...
}

About

A dynamic binding to the FreeType library for the D Programming Language.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages