Changeset 256 for trunk/src/gfx/texture_font.cc
- Timestamp:
- 06/14/14 21:06:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gfx/texture_font.cc
r121 r256 92 92 } 93 93 94 bool texture_font::load_glyphs( const st d::string& codes )94 bool texture_font::load_glyphs( const string& codes ) 95 95 { 96 96 FT_Face face = (FT_Face)(m_rface);
Note: See TracChangeset
for help on using the changeset viewer.