2011-05-24から1日間の記事一覧

フォントグラフィックから文字列を表示させる実装

をした。とりあえず、文字列を入れると画面に表示される。 const int width = 8; const int height = 8; void Out(char const* pString, int x, int y) { for( : *pString; pString++ ) { int Index = *pString - ' '; // 表示しようとしている文字のインデ…