summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxfonts/nxfonts_getfont.c
Commit message (Expand)AuthorAgeFilesLines
* Ooopx, the last version of nxfonts_getfont.c was still in the editorpatacongo2011-07-291-4/+8
* Add one more font; Fix ez80 serial bugpatacongo2011-07-291-4/+8
* Add more fontspatacongo2011-07-291-4/+86
* If the requested font cannot be found, return the default fontpatacongo2011-07-281-2/+20
* Add several new fontspatacongo2011-07-271-0/+24
* Move NX header files to include/nuttx/nxpatacongo2011-07-241-2/+2
* Use a handle instead of an ID in each font lookup; this saves doing the font ...patacongo2011-07-201-52/+56
* Add support for multiple fontspatacongo2011-07-191-17/+106
* Setup environment to support multiple fontspatacongo2011-07-191-6/+12
* Fixes for clean NX compile/linkpatacongo2009-12-171-2/+3
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-4/+5
* Add font testpatacongo2008-12-041-8/+27
* Add logic for font renderingpatacongo2008-12-041-0/+127