summaryrefslogtreecommitdiff
path: root/framebuffer/fb_font_freetype.c
Commit message (Expand)AuthorAgeFilesLines
* make font face locations configurable optionsVincent Sanders2009-02-271-30/+89
* Improve freetype build integration (from hiyuh)Vincent Sanders2009-02-271-1/+2
* allow glyph cache to grow to 2MB not 200kVincent Sanders2009-02-261-2/+13
* perform hoop jumps to select the correct character map for glyph index loopupsVincent Sanders2009-02-261-2/+25
* add font faces for all sans serif types (normal, italic and bold)Vincent Sanders2009-02-261-8/+76
* remove leftover debugVincent Sanders2009-02-261-1/+0
* cache freetype glyphs, massive reduction in cpu requirementVincent Sanders2009-02-261-52/+100
* fix splitting on spacesVincent Sanders2009-02-231-15/+18
* Use Vera as the font; better scaffolds yeild better glyphs. Needs ttf-bitstr...Rob Kendrick2009-02-201-1/+1
* run time selectable freetype bitmap depthVincent Sanders2009-02-201-0/+4
* allow framebuffer port to use freetype2 libraryVincent Sanders2009-02-201-0/+260