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

PixelPaint: Add Text Tool

This commit is contained in:
Timothy Slater 2022-10-24 08:07:59 -05:00 committed by Sam Atkins
parent 7b62e02bc3
commit 7b4e5d6ac0
5 changed files with 362 additions and 0 deletions

View file

@ -67,6 +67,7 @@ set(SOURCES
Tools/RectangleSelectTool.cpp
Tools/RectangleTool.cpp
Tools/SprayTool.cpp
Tools/TextTool.cpp
Tools/Tool.cpp
Tools/WandSelectTool.cpp
Tools/ZoomTool.cpp