summaryrefslogtreecommitdiff
path: root/monkey/font.c
Commit message (Collapse)AuthorAgeFilesLines
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-2/+1
| | | | | | | | | | | | The netsurf core is driven from numerous operation tables most of which are now set through a common netsurf_register() interface. The font and plotting interfaces are currently separate and unlike all the other operation tables are modified for differing contexts. This change moves the font operations alongside all the other operations table and remove unnecessary interaction with the renderers font internals. Further this also removes the need for css internals to be visible in frontends.
* remove unecessary css includeVincent Sanders2014-10-131-1/+0
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Update for new nsfont_split expectations. Untested, but code similar to ↵Michael Drake2013-02-101-7/+19
| | | | framebuffer.
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+96
svn path=/trunk/netsurf/; revision=11968