Jain, Pankaj (MED, TCS) wrote: >I am generating the PDF using XSLFO/FOP and Arial Unicode MS font >for Global languages.And during Implementation I found that Bold/Italics >character are not appearing in bold/Italic in PDF which was coming >there is any Issue with Arial Unicode Font for Bold/Italic or I need to >make some other configuration to fix it.
Unlike the standard Arial family, Arial Unicode MS only comes with a single weight (regular) and style (roman). You can create synthetic (or faux) weights and styles using your application's style buttons and these will work perfectly well on screen and even with some printers (mainly inkjet). But these faux weights and styles will hardly ever work in desktop postscript printers, and never in pdfs or imagesetters. Kevin

