In a project I'm working on, we allow an author to create an "object" element which has an IDREF to a "type" element. These "type" elements have various font-related attributes. The idea is that our XSLT transforms convert these attributes to whatever the target of the transform needs (e.g. CSS or XSL-FO). In this way, the user can tag the object as a type and then control how it will render via the attributes on the type element. Our language elements also have these font attributes.
I'm wondering if there is a way within the configuration files to create a macro that can access the font drop-down chooser that XXE has under Options / Options / View. Similarly, I'm wondering if there is a way to create a macro that can access the color dialog box that also is in Options / Options / View. Thank you very much, --Andy

