Changeset 8761 in orxonox.OLD for trunk/src/lib/graphics/text_engine/font_data.cc
- Timestamp:
- Jun 24, 2006, 2:16:12 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine/font_data.cc
r8751 r8761 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; 34 this->renderStyle = TTF_STYLE_NORMAL; 35 this->renderSize = FONT_DEFAULT_RENDER_SIZE; 32 36 } 33 37
Note: See TracChangeset
for help on using the changeset viewer.