summaryrefslogtreecommitdiffstats
path: root/minuitwrp/truetype.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-27Update minuitwrp graphics in line with latest minuiEthan Yonker1-45/+46
2015-10-16Allow text to scale to fitEthan Yonker1-0/+15
2015-06-04avoid possible dead loop for invalid utf8Xuefer1-4/+5
2015-03-19Fix invalid memory access when rendering a ttf glyph with 'left' < 0Vojtech Bocek1-0/+5
2015-03-19Fix deadlock in gr_ttf_measureEx if called before the height is cachedVojtech Bocek1-52/+54
2015-03-11Properly disable GGL_TEXTURE_2D after using it in minuitwrpVojtech Bocek1-1/+2
2015-03-05minuitwrp: fix crash issue, when the console use TTF font to display unicode font.xiaolu1-20/+33
2014-12-09add support unicode font not only asciisoyu1-7/+55
2014-10-14Add support for TrueType fontsVojtech Bocek1-0/+731