Hi
I've compiled:
michael@michael-All-Series:~/CPP$ g++ example1.c -o ftypeexample -lfreetype -I/usr/include/freetype2
http://freetype.sourceforge.net/freetype2/docs/tutorial/example1.c
but try to run on Ubuntu like:
michael@michael-All-Series:~/CPP$ ./ftypeexample ./Ubuntu-B.ttf HELLO
returns nothing.
Thanks for help. Can i use that font in my small commercial app?