summaryrefslogtreecommitdiff
path: root/amiga/font_scan.h
Commit message (Collapse)AuthorAgeFilesLines
* 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