summaryrefslogtreecommitdiffstats
path: root/minuitwrp/truetype.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update minuitwrp graphics in line with latest minuiEthan Yonker2016-01-271-816/+0
* Allow text to scale to fitEthan Yonker2015-10-161-0/+15
* avoid possible dead loop for invalid utf8Xuefer2015-06-041-4/+5
* Fix invalid memory access when rendering a ttf glyph with 'left' < 0Vojtech Bocek2015-03-191-0/+5
* Fix deadlock in gr_ttf_measureEx if called before the height is cachedVojtech Bocek2015-03-191-52/+54
* Properly disable GGL_TEXTURE_2D after using it in minuitwrpVojtech Bocek2015-03-111-1/+2
* minuitwrp: fix crash issue, when the console use TTF font to display unicode font.xiaolu2015-03-051-20/+33
* add support unicode font not only asciisoyu2014-12-091-7/+55
* Add support for TrueType fontsVojtech Bocek2014-10-141-0/+731