Re: FOP and Chinese TTF fonts

2009-12-10 Thread Vincent Hennebert
Hi Andy, andyrobb wrote: I'm trying to setup chinese simhei ttf font on our FOP server - version .95. I have the font installed in windows fonts folder, and I have font autodetect enabled in the fop.xconf folder. I can see fop can detect arial ttf font in the same folder, but it doesn't

Re: Rendering accessible PDF from Java

2009-12-10 Thread Simon Pepping
You can look in org.apache.fop.cli.CommandLineOptions.parseOptions() and its caller parse() to see what the command line does with the option. The relevant lines here are probably: this.renderingOptions.put(Accessibility.ACCESSIBILITY, Boolean.TRUE);