Changeset 380 for trunk/src/gfx/texture_font.cc
- Timestamp:
- 05/29/15 17:28:16 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gfx/texture_font.cc
r367 r380 91 91 } 92 92 93 bool texture_font::load_glyphs( const string&codes )93 bool texture_font::load_glyphs( string_ref codes ) 94 94 { 95 95 FT_Face face = (FT_Face)(m_rface);
Note: See TracChangeset
for help on using the changeset viewer.