scummvm/graphics/fonts
Matthew Jimenez 85854120fa GRAPHICS: Improve TTF rendering on transparent surfaces.
Update color blending to match blending found in ManagedSurface. TTF rendering assumed the alpha channel of the surface was completely opaque. ULTIMA8 TTF rendering attempts to use a transparent surface and became near-illegible for text on scrolls. This change will affect TTF rendering on surfaces that are not already painted.
2021-02-21 15:30:30 +00:00
..
bdf.cpp GRAPHICS: Correctly initialize BDF fonts when scaling and reading from cache 2020-04-28 10:52:05 +02:00
bdf.h JANITORIAL: Fix whitespace 2018-04-15 16:31:31 +02:00
consolefont.cpp GRAPHICS: Fix built-in font parameters 2016-10-12 22:12:40 +02:00
macfont.cpp GRAPHICS: Allocate more memory on generating scaled Mac fonts 2020-08-17 00:50:56 +02:00
macfont.h GRAPHICS: Generate Mac outline fonts 2020-03-22 17:41:21 +01:00
newfont_big.cpp GRAPHICS: Fix built-in font parameters 2016-10-12 22:12:40 +02:00
newfont.cpp GRAPHICS: Fix built-in font parameters 2016-10-12 22:12:40 +02:00
ttf.cpp GRAPHICS: Improve TTF rendering on transparent surfaces. 2021-02-21 15:30:30 +00:00
ttf.h GRAPHICS: Added support for stem darkening in TTF 2020-09-23 23:44:35 +02:00
winfont.cpp COMMON: Add a function to simplify loading Windows executables 2020-01-11 17:34:12 +02:00
winfont.h GRAPHICS: Properly initialize struct members 2020-04-27 13:57:35 +02:00