Changeset 399 for trunk/src/gfx/texture_font.cc
- Timestamp:
- 06/13/15 11:47:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gfx/texture_font.cc
r398 r399 92 92 } 93 93 94 bool texture_font::load_glyphs( string_ refcodes )94 bool texture_font::load_glyphs( string_view codes ) 95 95 { 96 96 FT_Face face = (FT_Face)(m_rface);
Note: See TracChangeset
for help on using the changeset viewer.