1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-07 10:59:49 +00:00
Pixelorama/src/Tools
Emmanouil Papadeas 428e5edb8f
Add a text tool (#1134)
* Initial port of the text tool to Godot 4

* Change font (WIP)

* Add antialiasing option and remove some old unneeded lines

* Remove outline code

* Add horizontal alignment and update the text edit font size

* Improve the text edit

* Don't activate tools while typing

* Format

* Give input priority to the text edit so the key X and shortcuts such as control-z work in the text edit

* Add style settings for bold and italic

* Fix text going blank when changing font

* Use `font.draw_multiline_string()`

* Change the move behavior of the text tool, add confirm and cancel buttons

* Compress images on undo/redo

* Fix text position
2024-11-19 01:20:34 +02:00
..
3DTools Implement the ability to change the font of a 3D text 2024-10-12 16:30:16 +03:00
DesignTools Fix memory leak where the project remained referenced in BaseDraw even when its tab was closed 2024-11-03 03:36:37 +02:00
SelectionTools Stretch mode and expand mode fixes (#1103) 2024-09-17 21:38:21 +03:00
UtilityTools Add a text tool (#1134) 2024-11-19 01:20:34 +02:00
BaseDraw.gd Add density to the square & circle brushes 2024-11-14 01:02:51 +02:00
BaseDraw.tscn Hide the density slider by default 2024-11-14 16:22:53 +02:00
BaseSelectionTool.gd Add UI buttons for confirming and cancelling a transformation 2024-10-31 23:49:58 +02:00
BaseSelectionTool.tscn Add UI buttons for confirming and cancelling a transformation 2024-10-31 23:49:58 +02:00
BaseShapeDrawer.gd Add a preference to share options between tools (#1120) 2024-10-16 16:00:20 +03:00
BaseShapeDrawer.tscn Update tool child scenes to reflect the changes of #1105 2024-10-22 15:43:07 +03:00
BaseTool.gd Fix issues when picking color with the bucket tool 2024-10-17 02:34:27 +03:00
BaseTool.tscn Allow Internal extensions (#963) 2023-12-20 16:23:20 +02:00