1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-06 16:25:59 +02:00

FontEffect support - outlined fonts

This commit is contained in:
Brian Fiete 2025-01-26 07:04:26 -08:00
parent 474bad09b2
commit 89bf475045
10 changed files with 385 additions and 8 deletions

View file

@ -20,6 +20,7 @@ public:
int mY;
int mWidth;
int mHeight;
int mStride;
void* mHWBits;
int mHWBitsLength;
int mHWBitsType;