aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/mcufont
Commit message (Expand)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-0316-215/+215
* Update license headerTibo Clausen2018-10-0118-18/+18
* Fix some missing gBool conversionsinmarket2018-07-081-1/+5
* C comment styleThomas Sterren2018-03-061-1/+1
* Got stuck in here with a source font file generated out of `arial` size 48Thomas Sterren2018-03-061-0/+7
* Support negative baseline_x in a font.inmarket2018-01-092-19/+17
* Fix for wordwrapping when there is a space then a newlineinmarket2018-01-051-38/+42
* Fix a bug that can cause large fonts to not be read correctly.inmarket2017-03-113-3/+3
* Fixing an issue with word wrapping of strings containing dashes.Joel Bodenmann2017-02-211-0/+2
* Increase non-UTF8 font support to 0 to 255 rather than just the true ascii setinmarket2017-01-201-1/+1
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
* Fixing word-wrapJoel Bodenmann2015-11-021-2/+2
* Fixing compiler warningsJoel Bodenmann2015-10-301-3/+2
* Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox()Joel Bodenmann2015-10-301-3/+8
* Added ability to compile ugfx as a single file (excluding driver and board fi...inmarket2015-06-0810-18/+28
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-2/+2
* Fix some compiler warningsinmarket2013-09-181-1/+2
* Update fonts files to allow compiling without GDISP_NEED_TEXT.inmarket2013-09-069-1/+44
* Add new hand built bitmap fonts to replace old UI1 and UI2.inmarket2013-08-173-4/+17
* From mcufont upstream: Fix tab handling in mf_get_string_widthinmarket2013-07-301-0/+11
* From mcufont upstream: Fix inconsistency between UTF8 and other encodingsinmarket2013-07-301-3/+8
* Fix compiler warnings, operating system dependancies, and non-portable code.inmarket2013-07-298-16/+22
* Updated license headers on new font codeinmarket2013-07-2818-0/+126
* First cut - beautiful new font handling by PetteriAimoneninmarket2013-07-2819-0/+2035