2010-12-19から1日間の記事一覧

FreeType2のメモ

c++

テキストをレンダリングするところまでこぎつけたので貼り付け。 // g++ -o sample -g `freetype-config --cflags` sample.cpp `freetype-config --libs` //#include <locale.h> #include <ft2build.h> #include FT_FREETYPE_H #include <string> #include <vector> #include <fstream> #include <cassert> #define FO</cassert></fstream></vector></string></ft2build.h></locale.h>…