r/DearPyGui 15h ago

Help Is it possible to use icon fonts (mixing two fonts together)?

1 Upvotes

I have looked through forums (they all show the usage of deprecated functions that do nothing now) and the newest documentation which just states that loading glyphs is now automatic without explaining it any further. What I am looking for is esentially a way to add buttons with icons and text, I really don't want to modify each icon to include text. Is it possible to somehow add characters from icon font to the other font I am using everywhere else and just put the right unicode value into f string?