DerelictFT

所属分类:collect
开发工具:D
文件大小:0KB
下载次数:0
上传日期:2019-03-28 05:23:38
上 传 者sh-1993
说明:  D编程语言的FreeType库的动态绑定。,
(A dynamic binding to the FreeType library for the D Programming Language.,)

文件列表:
dub.sdl (259, 2019-03-27)
source/ (0, 2019-03-27)
source/derelict/ (0, 2019-03-27)
source/derelict/freetype/ (0, 2019-03-27)
source/derelict/freetype/ft.d (15979, 2019-03-27)
source/derelict/freetype/functions.d (25247, 2019-03-27)
source/derelict/freetype/package.d (62, 2019-03-27)
source/derelict/freetype/types.d (63870, 2019-03-27)

DerelictFT ========== A dynamic binding to version 2.6 and 2.7 of the [FreeType][1] library for the D Programming Language. Please see the [DerelictFT documentation][4] and the sections on [Compiling and Linking][2] and [The Derelict Loader][3] 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. ```D import derelict.freetype; // Alternatively: // import derelict.freetype.ft; void main() { // Load the FreeType library. DerelictFT.load(); // Now FreeType functions can be called. ... } ``` [1]: http://freetype.org/ [2]: http://derelictorg.github.io/building/overview/ [3]: http://derelictorg.github.io/loading/loader/ [4]: http://derelictorg.github.io/packages/ft/

近期下载者

相关文件


收藏者