aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/mcufont
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Strings do get wrapper correctly at dashes but the space to print the actual space has not been taken account of. This has now been fixed.
* 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
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Fixing word-wrapJoel Bodenmann2015-11-021-2/+2
|
* Fixing compiler warningsJoel Bodenmann2015-10-301-3/+2
| | | | pull-request sent to upstream
* Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox()Joel Bodenmann2015-10-301-3/+8
| | | | Thanks to Koryagin Dmitry for this contribution
* Added ability to compile ugfx as a single file (excluding driver and board ↵inmarket2015-06-0810-18/+28
| | | | | | files). Simply compile src/gfx_mk.c
* 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
| | | | | | | | | Allow scaled fonts to be staticly defined. Update new fonts handling so UI1 and UI2 have Narrow and Double variants. Update example gfxconf.h. Fix new font rules. Add support for an application program to add their own fonts. Make system font handling includes root relative.
* 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