mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Reduced the RAM and VRAM space taken up by TrueType font glyphs by 1/2.
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
|
||||
enum Format
|
||||
{
|
||||
FORMAT_LUMINANCE_ALPHA,
|
||||
FORMAT_ALPHA,
|
||||
FORMAT_RGBA,
|
||||
FORMAT_MAX_ENUM
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user