summaryrefslogtreecommitdiff
path: root/framebuffer/fb_font_freetype.c
Commit message (Collapse)AuthorAgeFilesLines
* make font face locations configurable optionsVincent Sanders2009-02-271-30/+89
| | | | svn path=/trunk/netsurf/; revision=6656
* Improve freetype build integration (from hiyuh)Vincent Sanders2009-02-271-1/+2
| | | | | | Improve error checking on font initialization svn path=/trunk/netsurf/; revision=6655
* allow glyph cache to grow to 2MB not 200kVincent Sanders2009-02-261-2/+13
| | | | svn path=/trunk/netsurf/; revision=6649
* perform hoop jumps to select the correct character map for glyph index loopupsVincent Sanders2009-02-261-2/+25
| | | | svn path=/trunk/netsurf/; revision=6627
* add font faces for all sans serif types (normal, italic and bold)Vincent Sanders2009-02-261-8/+76
| | | | | | | add font faces for monospace add font face for serif svn path=/trunk/netsurf/; revision=6626
* remove leftover debugVincent Sanders2009-02-261-1/+0
| | | | svn path=/trunk/netsurf/; revision=6623
* cache freetype glyphs, massive reduction in cpu requirementVincent Sanders2009-02-261-52/+100
| | | | svn path=/trunk/netsurf/; revision=6622
* fix splitting on spacesVincent Sanders2009-02-231-15/+18
| | | | svn path=/trunk/netsurf/; revision=6609
* Use Vera as the font; better scaffolds yeild better glyphs. Needs ↵Rob Kendrick2009-02-201-1/+1
| | | | | | ttf-bitstream-vera package on Debian. svn path=/trunk/netsurf/; revision=6581
* run time selectable freetype bitmap depthVincent Sanders2009-02-201-0/+4
| | | | | | add full alpha renderer svn path=/trunk/netsurf/; revision=6577
* allow framebuffer port to use freetype2 libraryVincent Sanders2009-02-201-0/+260
svn path=/trunk/netsurf/; revision=6570