1
0
Fork 0
spectre/source/Graphics/Font/Engine
Henrik Hautakoski f7fcc2633c Graphics/Image: dont store PixelFormat, instead define a new enum for number of channels.
The image class has a strict internal representation so we dont need "format".
PixelFormat enum can be passed to functions that modify the pixel data (like setPixels()) so that a proper convertion can be done.
2020-10-22 13:06:19 +02:00
..
FontEngine.h FontEngine: remove hinting (exists in FontDescripion class) and let child classes handle it. 2020-01-06 00:25:01 +01:00
FreeTypeEngine.cpp Graphics/Image: dont store PixelFormat, instead define a new enum for number of channels. 2020-10-22 13:06:19 +02:00
FreeTypeEngine.h FontEngine: remove hinting (exists in FontDescripion class) and let child classes handle it. 2020-01-06 00:25:01 +01:00
FreeTypeError.cpp Font: rename Driver stuff to Engine and move subdirectory 2020-01-05 23:31:45 +01:00
FreeTypeError.h Font: rename Driver stuff to Engine and move subdirectory 2020-01-05 23:31:45 +01:00
FreeTypeLib.cpp FontEngine/FreeType: move libWrapper to its own compile unit. 2020-01-06 00:38:06 +01:00
FreeTypeLib.h FontEngine/FreeType: move libWrapper to its own compile unit. 2020-01-06 00:38:06 +01:00