This commit is contained in:
Jeremie Roy 2013-05-09 00:05:45 +02:00
Родитель 2f89ab16ba
Коммит 925e0eb371
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -86,7 +86,7 @@ int _main_(int /*_argc*/, char** /*_argv*/)
//textBufferManager->appendText(staticText, distance_font, L"The quick brown fox jumps over the lazy dog\n"); //textBufferManager->appendText(staticText, distance_font, L"The quick brown fox jumps over the lazy dog\n");
//textBufferManager->appendText(staticText, distance_font, L"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ\n"); //textBufferManager->appendText(staticText, distance_font, L"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ\n");
textBufferManager->appendText(staticText, distance_font, L"BGFX "); textBufferManager->appendText(staticText, distance_font, L"BGFX ");
textBufferManager->appendText(staticText, smaller_font, L"bgfx"); textBufferManager->appendText(staticText, smaller_font, L"bgfx");