glText-Android icon indicating copy to clipboard operation
glText-Android copied to clipboard

Rendering Text in OpenGL on Android

Results 1 glText-Android issues
Sort by recently updated
recently updated
newest added

This occurs in the getLength method: (gltext.java: 342) int c = (int)text.charAt( i ) - CHAR_START; // Calculate Character Index (Offset by First Char in Font) len += ( charWidths[c]...