derelict-ft 1.0.0

A dynamic binding to the FreeType library.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

DerelictFT

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

For information on how to build DerelictFT and link it with your programs, please see the post Using Derelict at The One With D.

For information on how to load the FreeType library via DerelictFT, see the page DerelictUtil for Users at the DerelictUtil Wiki. 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.
    ...
}
Authors:
  • Mike Parker
Dependencies:
derelict-util
Versions:
2.0.0-beta.5 2019-Mar-28
2.0.0-beta.4 2017-Dec-23
2.0.0-beta.3 2017-Dec-23
2.0.0-beta.2 2017-Sep-15
2.0.0-beta.1 2017-Jun-04
Show all 18 versions
Download Stats:
  • 5 downloads today

  • 101 downloads this week

  • 475 downloads this month

  • 228432 downloads total

Score:
3.8
Short URL:
derelict-ft.dub.pm