aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/fonts.cpp
AgeCommit message (Expand)Author
2018-12-08GLK: Don't leading & baseline for fonts go below minimum sizePaul Gilbert
2018-12-08GLK: Added a fonts.dat Zip archive containing the fontsPaul Gilbert
2018-12-08GLK: Fix having space between prmpt and input textPaul Gilbert
2018-12-08GLK: Fix showing input text to the right of input promptPaul Gilbert
2018-12-08GLK: Fix placement of input cursorPaul Gilbert
2018-12-08GLK: Proper handling of font baseline and leadingPaul Gilbert
2018-12-08GLK: Fix rendering text in text grid windowsPaul Gilbert
2018-12-08GLK: Further configuration fixesPaul Gilbert
2018-12-08GLK: Converted fillRect to use a Rect to specify boundsPaul Gilbert
2018-12-08GLK: Implement font drawing methodsPaul Gilbert
2018-12-08GLK: Move font method stubs from Screen to FontsPaul Gilbert
2018-12-08GLK: Add loading of TrueType fontsPaul Gilbert
2018-12-08GLK: Beginnings of font handlingPaul Gilbert
2018-12-08GLK: Setting up of configuration loadingPaul Gilbert