/[gzz]/gzz/gfx/libtext/Text.cxx
ViewVC logotype

Diff of /gzz/gfx/libtext/Text.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by tjl, Tue Oct 8 07:30:12 2002 UTC revision 1.8 by tjl, Sat Jan 25 12:12:51 2003 UTC
# Line 72  namespace Text { Line 72  namespace Text {
72          return (face->size->metrics.ascender >> 6) * scale;          return (face->size->metrics.ascender >> 6) * scale;
73      }      }
74    
75        void normalBindTexture(const Mosaic::Id &t) {
76            t.bind(GL_TEXTURE_2D);
77        }
78    
79        void normalBindTexture_01(const Mosaic::Id &t) {
80            glActiveTextureARB(GL_TEXTURE1);
81            t.bind();
82            glActiveTextureARB(GL_TEXTURE0);
83            t.bind();
84        }
85    
86    
87  }  }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26