summaryrefslogtreecommitdiff
path: root/amiga/font.c
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanup, removed remnants of ttengine experimental code (way too slow to beChris Young2008-09-151-94/+6
| | | | | | useful) svn path=/trunk/netsurf/; revision=5337
* Fixed bold/italic stylesChris Young2008-09-151-7/+42
| | | | svn path=/trunk/netsurf/; revision=5328
* Experimental font code to plot Unicode text.Chris Young2008-08-301-6/+177
| | | | svn path=/trunk/netsurf/; revision=5220
* Improved text reflow moreChris Young2008-08-261-12/+31
| | | | svn path=/trunk/netsurf/; revision=5208
* Work on local charset encoded strings for improved layout.Chris Young2008-08-261-7/+25
| | | | svn path=/trunk/netsurf/; revision=5204
* Code cleanup.Chris Young2008-08-211-1/+2
| | | | svn path=/trunk/netsurf/; revision=5167
* Close fonts properly and default back to initial RastPort font.Chris Young2008-08-171-6/+18
| | | | svn path=/trunk/netsurf/; revision=5136
* Fixed font stylesChris Young2008-08-121-25/+30
| | | | svn path=/trunk/netsurf/; revision=5075
* Added code to set correct font.Chris Young2008-08-101-0/+97
| | | | svn path=/trunk/netsurf/; revision=4986
* Functions now return correct values for proper text formatting.Chris Young2008-08-091-20/+21
| | | | svn path=/trunk/netsurf/; revision=4983
* Basic plotter functions and support code for the plotters.Chris Young2008-08-071-3/+37
| | | | svn path=/trunk/netsurf/; revision=4948
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+83
svn path=/trunk/netsurf/; revision=4864