summaryrefslogtreecommitdiff
path: root/framebuffer/font_internal.c
Commit message (Expand)AuthorAgeFilesLines
* Update framebuffer frontend to cope with split operations table headersVincent Sanders2014-10-161-1/+1
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-2/+2
* Give internal font more meaningful name.Michael Drake2014-09-021-1/+1
* generate internal font from glyph data on demandVincent Sanders2014-08-171-2/+1
* Optimise glyph scaling.Michael Drake2014-08-011-23/+15
* Simplify glyph scaling slightly.Michael Drake2014-08-011-14/+2
* Simplify style handling.Michael Drake2014-08-011-15/+8
* Add support for double-size rendering of internal font for headings.Michael Drake2014-08-011-9/+90
* Remove unused #define.Michael Drake2014-08-011-1/+0
* Display U+FFFD for characters > U+FFFF.Michael Drake2014-06-241-0/+6
* Don't display certain invisible characters.Michael Drake2014-06-181-3/+26
* Remove some debug.Michael Drake2014-05-061-1/+0
* Add Unicode support to internal font.Michael Drake2014-05-061-34/+243
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-5/+14
* fix dumb typos from utf8 error return refactorVincent Sanders2014-01-281-1/+1
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-5/+5
* 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 of...Michael Drake2012-07-311-1/+2
* Fix framebuffer build.Michael Drake2011-12-021-0/+16
* Replace old internal font with new one. New fontMichael Drake2010-02-061-4/+18
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-11/+9
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-0/+141