03-20-2025, 07:45 PM
(03-20-2025, 01:18 PM)CmykStudent Wrote: alvk: Hi! You can actually create GimpFont property for the plugin, and then GIMP will automatically generate a selector for you. You can see example of how to do this in our test dialogue: https://gitlab.gnome.org/GNOME/gimp/-/bl...og.py#L158
You can run the test dialogue in GIMP to what it looks like by going to Filters -> Development -> Examples -> Test Dialog.
Ahhh, this is so helpful. Thank you! I had never used GTK so working with it directly was painful. Happy that I can make dialogs look correctly in 3.0 now

I'll try to fix the plugin so maybe it will work as the OP desires.
Would you by chance have any advice on how I can implement the vector graphics from the text layer?