root/trunk/freetype/examples/ftest.d

Revision 22, 96 bytes (checked in by JJR, 7 years ago)

* Added Dynamic FreeType 2 Bindings for Win32 and Linux

Line 
1 module ftest;
2
3 import freetype.ft;
4 import std.stdio;
5
6 void main()
7 {
8     writefln("done");
9 }
Note: See TracBrowser for help on using the browser.