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

extrawurst/DerelictFT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DerelictFT

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

Please see the pages Building and Linking Derelict and Using Derelict, 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.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

Languages

  • D 100.0%