memononen / fontstash

Light-weight online font texture atlas builder
zlib License
688 stars 88 forks source link

Fix use of 'end' parameter in fonsDrawText and fonsTextBounds #19

Closed johnbartholomew closed 10 years ago

johnbartholomew commented 10 years ago

Also compute end earlier in fonsDrawText (if needed) so that fonsTextBounds doesn't need to recompute it.

memononen commented 10 years ago

Good catch again, thank you!