summaryrefslogtreecommitdiff
path: root/amiga/font.c
Commit message (Expand)AuthorAgeFilesLines
* Correct aspect ratio correctly and support widescreen displaysChris Young2011-07-171-5/+14
* Rename DataTypes related code/files/defines to avoid confusion and aid adding...Chris Young2011-05-061-4/+4
* Correct width of the em-square for non-72dpi settingsChris Young2011-05-021-8/+13
* Every five minutes, close any fonts not used in the last five minutesChris Young2011-05-011-2/+45
* Better loggingChris Young2011-05-011-3/+14
* If a designed font is defined but not available, error outChris Young2011-05-011-0/+4
* Don't open fonts until they are neededChris Young2011-04-301-119/+92
* Make Y DPI a configurable option. Default is 72 (AmigaOS standard)Chris Young2011-04-251-2/+4
* Logically, this ratio should be x/y not y/xChris Young2011-04-221-1/+1
* Aspect-corrected font DPI. Needs testing on a mode with non-square pixels an...Chris Young2011-04-221-15/+40
* Set font DPI from nscss_screen_dpi to ensure it is always in syncChris Young2011-04-221-1/+15
* Also add softstyle for italicsChris Young2011-04-221-9/+31
* Use bold softstyle when no designed bold font is definedChris Young2011-04-221-8/+23
* Don't scale text plots in front end (Amiga).Michael Drake2011-03-081-4/+4
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
* Amiga font code revamped and fixed. Will now fall back to a different font i...Chris Young2010-05-061-127/+182
* Fix assert. This is wrong, needs investigation.Chris Young2010-05-031-1/+1
* Fix loops reading too many charactersChris Young2010-05-031-3/+3
* Fix assert when clicking empty text boxesChris Young2010-04-301-1/+1
* Don't check if the next character is outside the printable string, if it is i...Chris Young2010-04-291-15/+6
* Text kerningChris Young2010-04-291-17/+58
* More correct font width calculations/placingChris Young2010-04-291-4/+10
* Possibly more accurate text placementChris Young2010-04-291-3/+3
* Fix character offset, which was one character left of where the user clicked ...Chris Young2010-03-141-2/+3
* More helpful font open errorChris Young2010-01-151-1/+27
* Fix odd missing charsChris Young2009-10-241-2/+2
* fix text cursor positioning some moreChris Young2009-09-231-5/+5
* Click position improvementsChris Young2009-09-051-5/+12
* Fix missing charactersChris Young2009-09-051-15/+6
* More simpleChris Young2009-09-051-11/+3
* Simplify and fix some long-standing highlight/layout issuesChris Young2009-09-051-23/+44
* Font scaling - scaling now works for printing, need 2nd attempt at implementi...Chris Young2009-08-291-1/+1
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-6/+4
* Scale font sizes, for better accuracy.John Mark Bell2009-07-211-3/+3
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-58/+44
* Minor positional changes. This code probably needs a rethink as it doesn't c...Chris Young2009-07-021-2/+3
* Revert accidental changeChris Young2009-06-201-1/+1
* Modify correct RastPortChris Young2009-06-201-2/+2
* Support option_font_defaultChris Young2009-06-201-2/+26
* Adjust minimum font sizeChris Young2009-05-091-2/+2
* Fix warningsChris Young2009-04-181-13/+14
* Remove option_quick_text (local charset text printing)Chris Young2009-04-011-287/+122
* fix text co-ordinateChris Young2009-03-291-2/+2
* Fix actual_xChris Young2009-03-281-1/+2
* Port our UTF-8 routines to parserutils (only enabled when building against Hu...John Mark Bell2009-02-171-6/+4
* It's probably a good idea to free memory once we've finished with it.Chris Young2009-01-241-5/+10
* Implement bold and italic font rendering for Unicode display and make it the ...Chris Young2009-01-201-16/+70
* position in string was off by oneChris Young2009-01-181-3/+29
* Complete Unicode text display implementation bar styles (bold, italic)Chris Young2009-01-171-17/+48
* Most nsfont placement routines done for UTF-8 printing, missing the odd chara...Chris Young2009-01-171-23/+122