scummvm/graphics
Bastien Bouclet 2d86f6da9c GRAPHICS: Introduce a size mode for TrueType fonts
Allows to match Windows font size selection by converting font heights
to point sizes using the TrueType tables.
2015-12-21 18:41:14 +01:00
..
fonts GRAPHICS: Introduce a size mode for TrueType fonts 2015-12-21 18:41:14 +01:00
scaler
colormasks.h
conversion.cpp
conversion.h GRAPHICS: Fix some Doxygen comments that seem wrong. 2014-08-29 03:26:48 +02:00
cursor.h
cursorman.cpp
cursorman.h
font.cpp GRAPHICS: Allow to query the bounding box of chars/strings drawn with Font API. 2014-09-03 22:55:48 +02:00
font.h GRAPHICS: Allow to query the bounding box of chars/strings drawn with Font API. 2014-09-03 22:55:48 +02:00
fontman.cpp
fontman.h GRAPHICS: Fix some Doxygen comments that seem wrong. 2014-08-29 03:26:48 +02:00
maccursor.cpp
maccursor.h
module.mk GRAPHICS: Implemented utility function to print PixelFormat 2015-11-16 07:00:09 +01:00
palette.h
pixelformat.cpp GRAPHICS: Remove unused header include. 2015-11-16 17:01:59 +01:00
pixelformat.h GRAPHICS: Make PixelFormat::toString const. 2015-11-16 16:03:44 +01:00
primitives.cpp
primitives.h
scaler.cpp
scaler.h
sjis.cpp
sjis.h
surface.cpp
surface.h GRAPHICS: Remove some trailing whitespace in surface.h 2014-10-28 15:03:44 +02:00
thumbnail.cpp
thumbnail.h
transform_struct.cpp COMMON: Copy TransparentSurface from Wintermute engine to common code 2014-06-15 15:43:06 +03:00
transform_struct.h GRAPHICS: Remove trailing whitespace 2014-10-28 15:38:50 +02:00
transform_tools.cpp COMMON: Copy TransparentSurface from Wintermute engine to common code 2014-06-15 15:43:06 +03:00
transform_tools.h GRAPHICS: Silence an MSVC warning 2014-10-19 17:03:14 +03:00
transparent_surface.cpp GRAPHICS: Fix fast ALPHA_BINARY blitting with TransparentSurface. 2015-12-14 02:15:28 +01:00
transparent_surface.h GRAPHICS: Add function to query TransparentSurface's builtin PixelFormat. 2015-12-14 05:16:12 +01:00
VectorRenderer.cpp
VectorRenderer.h GRAPHICS: Remove trailing whitespace 2014-10-28 15:38:50 +02:00
VectorRendererSpec.cpp GRAPHICS: Remove trailing whitespace 2014-10-28 15:38:50 +02:00
VectorRendererSpec.h GRAPHICS: Remove trailing whitespace 2014-10-28 15:38:50 +02:00
wincursor.cpp
wincursor.h
yuv_to_rgb.cpp
yuv_to_rgb.h