Printing landscape pages using AWTRenderer

2001-05-30 Thread Martin Batty
); } return super.print(g,pf,pageIndex); } But this does not change anything. The method manipulates the g2d's AffineTransform, would it be expected to work in this context? Any help is appreciated, Regards, Martin Batty ---

Adding fonts to... the AWTRenderer

2001-06-25 Thread Martin Batty
Hi, Is there any way I can add Arial to the AWTRenderer with 0.18.1? I've added it to the org.apache.fop.layout.FontInfo and no error occurs when I specify font-family="Arial" in the fo document. However, the text still appears in SansSerif. I this possible? Any help is appreciated, Martin --

Fonts and AWTRenderer

2001-06-26 Thread Martin Batty
Hi, My question yesterday about fonts was raised because I (and my boss) didn't like the way the sans-serif font appears on screen (See Fig. 1). Today I experimented with the AWTRenderer and replaced the code which made use of the AttributedCharacterIterator with the simpler drawString call, in t