Devlogs
Godot Fonts Icons 1.2.4
Posted March 18, 2025 by Jeremi
Godot Icons Fonts
Changelog 1.2.1
- Fix Godot freeze when non Emoji of given name when parsing text is not found
Changelog 1.2.2
- add order layout (they allow to display only icon without label):
- Icon (for FontIconButton)
- Toggle (for FontIconCheckButton)
- make new crated FontIconCheckButton
has
layout_order = "Label-Icon-Toggle"
by default
Changelog 1.2.3
- Fix bug that cause toggle icons
in FontIconCheckButton not always working.
Changelog 1.2.4
- fixes errors #15
- rewrite part of #15
- better fix Layout order on init new FontIconCheckButton
- add layout_alignment export var
- made
layout_vertical = false
by default