Changeset 9863 in orxonox.OLD for branches/new_class_id/src/lib/graphics/text_engine
- Timestamp:
- Oct 2, 2006, 4:53:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/text_engine/resource_font.cc
r9854 r9863 21 21 PRINTF(5)("NOT FOUND FONT: %s\n", fontName.c_str()); 22 22 std::string fileName = this->Resource::locateFile(fontName); 23 24 printf("FONTFILE %s TO %s\n", fontName.c_str(), fileName.c_str());25 23 26 24 this->Font::loadFontFromTTF(fileName, renderSize);
Note: See TracChangeset
for help on using the changeset viewer.