summaryrefslogtreecommitdiff
path: root/framebuffer/font_internal.c
Commit message (Collapse)AuthorAgeFilesLines
* Add font_finalise.Michael Drake2013-10-231-1/+6
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Make compatible with new nsfont_split expectations. Only splits on spaces.Michael Drake2013-02-101-6/+21
|
* Round to nearest point between chars in nsfont_position_in_string, instead ↵Michael Drake2012-07-311-1/+2
| | | | of rounding down.
* Fix framebuffer build.Michael Drake2011-12-021-0/+16
| | | | svn path=/trunk/netsurf/; revision=13222
* 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