derelict-ft 2.0.0-beta.2
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 version 2.6 and 2.7 of the FreeType library for the D Programming Language.
Please see 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.ft;
void main() {
// Load the FreeType library.
DerelictFT.load();
// Now FreeType functions can be called.
...
}
- Registered by Mike Parker
- 2.0.0-beta.2 released 7 years ago
- DerelictOrg/DerelictFT
- github.com/DerelictOrg/DerelictFT
- Boost
- Authors:
- 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 - Download Stats:
-
-
15 downloads today
-
53 downloads this week
-
400 downloads this month
-
231257 downloads total
-
- Score:
- 4.0
- Short URL:
- derelict-ft.dub.pm