summaryrefslogtreecommitdiff
path: root/framebuffer/font_freetype.c
Commit message (Expand)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-7/+7
* 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-1/+1
* add API to set DPIVincent Sanders2014-10-131-3/+2
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-27/+6
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-4/+4
* Free font face id descriptors.Michael Drake2013-10-231-11/+31
* LOG macro terminates line itself.Michael Drake2013-08-291-7/+7
* move options includeVincent Sanders2013-05-281-1/+1
* Make compatible with new nsfont_split expectations. Only splits on spaces.Michael Drake2013-02-101-9/+15
* Squash set but unused variable warning.Michael Drake2012-08-101-1/+4
* Fix freetype nsfont_position_in_string to return nearest, rather than next.Michael Drake2012-08-011-0/+6
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-13/+12
* Fix framebuffer build.Michael Drake2011-12-021-0/+16
* Rename utils/resource to utils/filepath to avoid confusion with resource: fet...Michael Drake2011-03-171-2/+2
* Scale font sizes by the screen DPI, rather than assuming 72John Mark Bell2011-03-131-1/+2
* add resource handlingVincent Sanders2011-02-231-3/+4
* Clean up framebuffer compile time font selectionVincent Sanders2010-10-071-60/+158
* Correct freetype header acquisitionJohn Mark Bell2010-06-301-1/+2
* Use DejaVu instead of Vera, seeing as Debian have removed Vera from sid.John Mark Bell2009-10-051-8/+8
* Scale font sizes, for better accuracy.John Mark Bell2009-07-211-1/+1
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-70/+30
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-0/+477