summaryrefslogtreecommitdiff
path: root/amiga/font_scan.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix bullet.library usageChris Young2015-01-301-0/+9
|
* more easy os3 fixesChris Young2015-01-111-1/+1
|
* Filter all control chars from width kerning and fix some const warnings.Chris Young2014-05-191-1/+1
|
* Fix memory leak and make a point of ignoring UTF-16 surrogatesChris Young2013-04-141-1/+1
|
* Rescan fonts if preferred fallback font is changed in the GUIChris Young2012-05-061-1/+2
| | | | svn path=/trunk/netsurf/; revision=13908
* Use font_unicode option as preferred (first scanned) font. Ideally need toChris Young2012-05-051-1/+1
| | | | | | | expand this so multiple fonts can be specified. Allow disabling of scanning other fonts. Add stubs for a scanning progress GUI. svn path=/trunk/netsurf/; revision=13907
* Integrate Unicode font scanner into NetSurf.Chris Young2012-05-051-0/+29
NetSurf will now use any available font when trying to print characters that are missing from the current font. TODO: Preferred font list. svn path=/trunk/netsurf/; revision=13905