1
0
Fork 0
spectre/source/Graphics/Font
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
..
Engine Graphics/Image: dont store PixelFormat, instead define a new enum for number of channels. 2020-10-22 13:06:19 +02:00
FontDescription.cpp Font: add FontDescription class. 2020-01-06 00:18:07 +01:00