1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:17:35 +00:00

LibAccelGfx+LibWeb: Add text shadow support in GPU painter

This commit is contained in:
Aliaksandr Kalenik 2023-12-03 18:05:21 +01:00 committed by Andreas Kling
parent b5f9c1d003
commit 5c0cd0f484
6 changed files with 133 additions and 4 deletions

View file

@ -20,6 +20,8 @@ public:
RoundedRectangleProgram,
BlitProgram,
LinearGradientProgram,
BlurProgram,
ProgramCount,
};