summaryrefslogtreecommitdiff
path: root/amiga/font.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Amiga build following recent API changeChris Young2016-04-281-3/+4
* update amiga font layout handling to use tableVincent Sanders2016-04-241-0/+3
* Don't expose the DPI-related variablesChris Young2016-01-181-4/+5
* misc amiga fixes re font plottingChris Young2016-01-171-2/+0
* More font-related tidy-upChris Young2016-01-161-13/+0
* Make font engine selection bit more logicalChris Young2016-01-151-16/+32
* More consistent naming for font cache elementsChris Young2016-01-111-2/+2
* Split plotting and widthing functions upChris Young2015-02-281-1/+1
* Lazy bitmap font rendered text for slow hardware (non-working)Chris Young2015-02-031-0/+14
* Disable anti-aliasing for palette-mapped modesChris Young2012-08-051-1/+1
* Rescan fonts if preferred fallback font is changed in the GUIChris Young2012-05-061-1/+6
* Select fonts, sizes and colours for splash screen text rather than relying on...Chris Young2011-09-071-0/+5
* Don't open fonts until they are neededChris Young2011-04-301-1/+5
* Aspect-corrected font DPI (files missing from previous commit)Chris Young2011-04-221-2/+2
* Set font DPI from nscss_screen_dpi to ensure it is always in syncChris Young2011-04-221-7/+1
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-3/+2
* Fix warningsChris Young2009-04-181-1/+1
* Implement bold and italic font rendering for Unicode display and make it the ...Chris Young2009-01-201-0/+5
* nsfont_width implemented for Unicode textChris Young2009-01-161-2/+5
* Experimental font code to plot Unicode text.Chris Young2008-08-301-1/+1
* Close fonts properly and default back to initial RastPort font.Chris Young2008-08-171-1/+3
* Added code to set correct font.Chris Young2008-08-101-0/+26