aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/fonts/build_fonts.sh
Commit message (Collapse)AuthorAgeFilesLines
* Added ability to compile ugfx as a single file (excluding driver and board ↵inmarket2015-06-081-1/+1
| | | | | | files). Simply compile src/gfx_mk.c
* Add DejaVuSans font in 20 point as a standard fontinmarket2014-11-151-0/+2
|
* Update buildfonts.sh to match change to fonts.hinmarket2014-10-061-2/+1
|
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-1/+1
|
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-1/+1
|
* Add new hand built bitmap fonts to replace old UI1 and UI2.inmarket2013-08-171-1/+8
| | | | | | | | | 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.
* Fix rule handling to help the end user get things right.inmarket2013-07-291-1/+4
| | | | Tidied up anti-alias where the hardware does not support pixel read-back.
* First cut - beautiful new font handling by PetteriAimoneninmarket2013-07-281-0/+77