ugfx/src/gdisp/mcufont
Joel Bodenmann 6956df1652 Fixing an issue with word wrapping of strings containing dashes.
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.
2017-02-21 08:50:57 +01:00
..
mcufont.h Updated license headers on new font code 2013-07-28 17:22:24 +10:00
mcufont.mk First cut - beautiful new font handling by PetteriAimonen 2013-07-28 17:08:45 +10:00
mf_bwfont.c Update fonts files to allow compiling without GDISP_NEED_TEXT. 2013-09-06 12:23:48 +10:00
mf_bwfont.h Added ability to compile ugfx as a single file (excluding driver and board files). 2015-06-08 14:14:40 +10:00
mf_config.h Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
mf_encoding.c Update fonts files to allow compiling without GDISP_NEED_TEXT. 2013-09-06 12:23:48 +10:00
mf_encoding.h Added ability to compile ugfx as a single file (excluding driver and board files). 2015-06-08 14:14:40 +10:00
mf_font.c Increase non-UTF8 font support to 0 to 255 rather than just the true ascii set 2017-01-20 09:23:06 +10:00
mf_font.h Added ability to compile ugfx as a single file (excluding driver and board files). 2015-06-08 14:14:40 +10:00
mf_justify.c Added ability to compile ugfx as a single file (excluding driver and board files). 2015-06-08 14:14:40 +10:00
mf_justify.h Updated license headers on new font code 2013-07-28 17:22:24 +10:00
mf_kerning.c Fix some compiler warnings 2013-09-18 23:48:22 +10:00
mf_kerning.h Fix compiler warnings, operating system dependancies, and non-portable code. 2013-07-29 16:25:20 +10:00
mf_rlefont.c Added ability to compile ugfx as a single file (excluding driver and board files). 2015-06-08 14:14:40 +10:00
mf_rlefont.h Added ability to compile ugfx as a single file (excluding driver and board files). 2015-06-08 14:14:40 +10:00
mf_scaledfont.c Added ability to compile ugfx as a single file (excluding driver and board files). 2015-06-08 14:14:40 +10:00
mf_scaledfont.h Added ability to compile ugfx as a single file (excluding driver and board files). 2015-06-08 14:14:40 +10:00
mf_wordwrap.c Fixing an issue with word wrapping of strings containing dashes. 2017-02-21 08:50:57 +01:00
mf_wordwrap.h Updated license headers on new font code 2013-07-28 17:22:24 +10:00