summaryrefslogtreecommitdiff
path: root/frontends/framebuffer/font_internal.c
Commit message (Collapse)AuthorAgeFilesLines
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-231-1/+1
|
* Framebuffer: Squash fallthrough warnings in internal font handling.Michael Drake2018-01-211-0/+4
|
* move plot style header to netsurf include directoryVincent Sanders2017-01-131-0/+1
| | | | | move plotter style header and adjust all callers to use only what they actually require.
* Framebuffer: Fix internal font table to return nserror.Michael Drake2017-01-021-4/+4
| | | | | | | We were returning true on success, which when the return value was tested for being NSERROR_OK (0), meant it was treated as failure. Now we correctly return NSERROR_OK on success.
* move layout header into public APIVincent Sanders2016-05-301-1/+1
|
* move utf8 header into public APIVincent Sanders2016-05-301-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+491