See also bug 48481, https://issues.apache.org/bugzilla/show_bug.cgi?id=48481.
Simon On Fri, Mar 05, 2010 at 09:36:08AM +0100, Pascal Sancho wrote: > Hi, > The font subsystem has been widely improved in the latest FOP TRUNK (see > [1] and [2] for build, [3] for changes). > It should give you better result than released FOP on that part. > > [1] http://xmlgraphics.apache.org/fop/download.html#source > [2] http://xmlgraphics.apache.org/fop/trunk/compiling.html > [3] > http://xmlgraphics.apache.org/fop/changes.html#Changes+to+the+Font+Subsystem > > Pascal > > > > Sergiu Dumitriu a écrit : > > On 03/04/2010 09:51 PM, JoshC wrote: > > > >> Hi Everyone, > >> > >> I'm trying to output a PDF that has both English and Korean characters, > >> sometimes both within the same paragraph. I was told by a coworker that you > >> could use a "cascade" of fonts like you do in CSS, something like the > >> following: > >> > >> <fo:block font-family="Batang, Arial, sans-serif, Symbol, ZapfDingbats"> > >> > >> However, this doesn't seem to work. FOP only seems to use the first font > >> listed. If I use the above font-family list it will still print out English > >> characters, but they look odd. If I list Arial first, it will print out > >> English, but not Korean. Does anyone have any suggestions about how to do > >> this? I'm not sure what the point is of listing more than one font when FOP > >> only seems to use the first one listed. -- Simon Pepping home page: http://www.leverkruid.eu --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
