Changeset 8758 in orxonox.OLD for branches/fontdata/src/lib/graphics/text_engine/font_data.cc
- Timestamp:
- Jun 23, 2006, 10:20:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fontdata/src/lib/graphics/text_engine/font_data.cc
r8756 r8758 27 27 */ 28 28 FontData::FontData() 29 : texData(new TextureData) 29 30 { 31 printf("CREATE FONT_DATA\n"); 30 32 this->fontTTF = NULL; 31 33 this->glyphArray = NULL;
Note: See TracChangeset
for help on using the changeset viewer.