how to change fonts when transforming into pdf?

I am guessing there is some parameter I need to specify in my transformation stylesheet, but what is it? I see only body font family on http://docbook.sourceforge.net/release/xsl/current/doc/fo/index.html, nothing that would allow me to do italics and colors. What do I do to make a different color font and add emphasis or strong to individual words? Thanks, Chip Wiegand Computer Services Simrad, Inc 425-778-8821 425-771-7211 (FAX)

Hello Chip, The font that you want to be used in displaying the PDF file must be set to the FOP processor in a special configuration file. For details and the required steps to set a font to FOP please see the article "How to Add a Font to the <oXygen/> Built-in FOP" on the Documentation page of the <oXygen/> website: http://www.oxygenxml.com/doc/addFontToFOP.pdf For strong individual words just enclose the words with <emphasis role="strong"> To use different colors for different words I think you need a Docbook XSL customization layer. A possibility is to use a custom value for the role attribute, like <emphasis role="myRole1"> or <phrase role="myRole2"> and to add a custom template in your customization layer that handles your special roles. I hope it helps, Sorin Chip Wiegand wrote:
I am guessing there is some parameter I need to specify in my transformation stylesheet, but what is it? I see only body font family on http://docbook.sourceforge.net/release/xsl/current/doc/fo/index.html, nothing that would allow me to do italics and colors. What do I do to make a different color font and add emphasis or strong to individual words? Thanks, Chip Wiegand Computer Services Simrad, Inc 425-778-8821 425-771-7211 (FAX)
------------------------------------------------------------------------
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
participants (2)
-
Chip Wiegand
-
Sorin Ristache