Changeset 8758 in orxonox.OLD for branches/fontdata/src/lib/graphics/text_engine/font_data.h
- Timestamp:
- Jun 23, 2006, 10:20:35 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fontdata/src/lib/graphics/text_engine/font_data.h
r8753 r8758 48 48 49 49 50 class FontData : public TextureData50 class FontData 51 51 { 52 52 friend class Font; 53 53 public: 54 FontData();55 54 ~FontData(); 56 55 … … 65 64 66 65 private: 66 FontData(); 67 68 private: 67 69 TTF_Font* fontTTF; //!< The font we use for this. 68 70 int renderStyle; //!< The Renderstyle … … 70 72 71 73 Glyph** glyphArray; //!< An Array of all the Glyphs stored in the Array of Glyphs. 74 75 TextureDataPointer texData; 72 76 }; 73 77
Note: See TracChangeset
for help on using the changeset viewer.