summaryrefslogtreecommitdiff
path: root/framebuffer/font_internal.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace old internal font with new one. New fontMichael Drake2010-02-061-4/+18
| | | | | | | | has bold, italic and italic&bold variants. Change internal font's encoding from CP437 to CP1252, since it has more useful glyphs for web browsing. svn path=/trunk/netsurf/; revision=9957
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-11/+9
| | | | svn path=/trunk/netsurf/; revision=8641
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-0/+141
svn path=/trunk/netsurf/; revision=8122