with attachments On Mon, Apr 23, 2012 at 8:26 AM, Glenn Adams <[email protected]> wrote:
> I just tried this with the font you referenced and had no problem. > Attached is the configuration file and input file I used and resulting > output. I'm using the current FOP 1.1dev (trunk) build. > > As Chris points out, you may wish to avoid <auto-detect/>. Also, you > notice that I disabled the font cache and placed the font in a "fonts" > subdirectory where I did the test. > >
fop.xconf
Description: Binary data
<?xml version="1.0" encoding="UTF-8"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="my-page"> <fo:region-body margin="1in"/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="my-page"> <fo:flow flow-name="xsl-region-body"> <fo:block font-family="SimSun" font-size="10pt">Hello δ» δΎεθ</fo:block> </fo:flow> </fo:page-sequence> </fo:root>
test.pdf
Description: Adobe PDF document
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
