/[libvob]/libvob/src/jni/Font.cxx
ViewVC logotype

Diff of /libvob/src/jni/Font.cxx

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

revision 1.2 by tjl, Tue Apr 8 11:37:31 2003 UTC revision 1.3 by tjl, Tue Apr 8 20:25:03 2003 UTC
# Line 84  jf( void , putFontWidths) Line 84  jf( void , putFontWidths)
84       env->ReleaseFloatArrayElements(widths, w, 0);       env->ReleaseFloatArrayElements(widths, w, 0);
85   }   }
86    
87    jf( jint, impl_1Font_1getNTextures )
88        (JNIEnv *env, jclass, jint fontId) {
89        return textrenderers[fontId]->rend->g.mosaic.textures.size();
90    }
91    
92    jf( jint, impl_1Font_1getTexture )
93        (JNIEnv *env, jclass, jint fontId, jint i) {
94        return textrenderers[fontId]->rend->g.mosaic.textures[i]->tex->getId().getTexId();
95    }
96    
97  }  }
98    
99  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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