aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/text/truetype_font.cpp
AgeCommit message (Expand)Author
2018-12-25ZVISION: Attempt to load fallback fonts from fonts.datCameron Cawley
2018-06-18ZVISION: Reuse UTF8->UTF32 converter from CommonEugene Sandulenko
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2015-12-21ZVISION: Use the cell size mode when loading TrueType fontsBastien Bouclet
2015-12-21GRAPHICS: Introduce a size mode for TrueType fontsBastien Bouclet
2015-04-11ZVISION: Silence gcc warningsMatthew Hoops
2015-02-14ZVISION: Check for point and style changes when early breaking from a font ch...RichieSams
2015-02-11ZVISION: Refactor text rendering code in order to fix word wrappingRichieSams
2015-01-20ZVISION: Convert subtitles to UTF-32 before rendering them (bug #6772)Torbjörn Andersson
2015-01-13ZVISION: Add support for Liberation FontsFilippos Karapetis
2015-01-12ZVISION: Check for all the required fonts before starting a gameFilippos Karapetis
2015-01-01ZVISION: Really fix truetype_font.cpp newlinesMatthew Hoops
2015-01-02ZVISION: Fix newline in truetype_font.cppFilippos Karapetis
2014-12-30ZVISION: Search fonts in game directory (e.g. in game/FONTS/)Marisa-Chan
2014-12-24ZVISION: Set all the internal graphics operations to use RGB555 (1/2)Filippos Karapetis
2014-12-23ZVISION: Move all of the text related code togetherFilippos Karapetis