In Forms 6i, we had a D2KWUtil library to display and use a Windows font dialog. You could call the standard Windows font chooser and return the selected results to the Oracle form.
In Forms 12C, moving to the WebUtil library, there is no replacement for the ability to display a font dialog box. (We need this because we have a screen that our users may customize column widths, font sizes, font colors, etc. A hook to the existing Windows font picker made sense. I can't see any simple way to do it in Forms 12C.
I'm not a Java guy - Is there possibly a java library or something else I cn make use of to re-enable our font picker dialog? (I'd rather avoid having to build/code my own if possible.) Any suggestions appreciated.