File dialogs have the icon unicode characters as string literals - this makes it potentially incompatible with custom fonts.
My first course of action was to inherit a custom class from each of the dialog classes, and thankfully a lot of the methods are virtual, so I can override IconSelector() for starters - but then the menu bar, sidepanel, refresh, all contain unicode literals.
Please provide a virtual method (or virtual properties) to override these unicodes.
File dialogs have the icon unicode characters as string literals - this makes it potentially incompatible with custom fonts.
My first course of action was to inherit a custom class from each of the dialog classes, and thankfully a lot of the methods are virtual, so I can override IconSelector() for starters - but then the menu bar, sidepanel, refresh, all contain unicode literals.
Please provide a virtual method (or virtual properties) to override these unicodes.