netsurf/framebuffer/fbtk
Vincent Sanders 17be8cf216 Put the font operations table alongside all the other core API
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.
2014-10-13 11:56:31 +01:00
..
bitmap.c Update for modified libnsfb API 2011-11-21 08:45:08 +00:00
event.c remove unecessary includes 2014-10-13 08:07:58 +01:00
fbtk.c remove unecessary includes 2014-10-13 08:07:58 +01:00
fill.c remove malloc.h anachronism 2011-01-06 09:24:14 +00:00
osk.c Add OSK icon. 2012-09-28 19:52:21 +01:00
scroll.c Add rudimentary support for resizing. 2014-07-26 22:12:55 +01:00
text.c Put the font operations table alongside all the other core API 2014-10-13 11:56:31 +01:00
user.c Update for modified libnsfb API 2011-11-21 08:45:08 +00:00
widget.h When setting fbtk caret, register callback for redrawing caret removal. 2012-07-31 20:40:14 +01:00
window.c remove malloc.h anachronism 2011-01-06 09:24:14 +00:00