randi120 / freetype-gl

Automatically exported from code.google.com/p/freetype-gl
Other
0 stars 0 forks source link

Error in kerning counts #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Lines 123 and 143 should be changed from:

            prev_glyph = (TextureGlyph *) vector_get( self->glyphs, i );

to:

            prev_glyph = (TextureGlyph *) vector_get( self->glyphs, j );

Original issue reported on code.google.com by d...@expandingbrain.com on 15 Aug 2011 at 2:34

GoogleCodeExporter commented 8 years ago
(in texture-font.c)

Original comment by d...@expandingbrain.com on 15 Aug 2011 at 2:35

GoogleCodeExporter commented 8 years ago
Thanks, it has been corrected and committed.

Original comment by Nicolas.Rougier@gmail.com on 16 Aug 2011 at 7:13