Re: Test case for PDFDocumentGraphics2D rotated text problem

2001-08-15 Thread Keiron Liddle
Thanks for the test. I'm really not sure how to fix this. I can make it so that the text is almost in the right position except it is flipped on the horizontal axis (so you'll have to stand on your head to read it:) I think the solution is a bit ugly due to the different coordinate systems.

Re: How to monitor fop-dev without overloading my mailbox?

2001-08-15 Thread Alex McLintock
--- Ian Larner [EMAIL PROTECTED] wrote: Is there a way to monitor the fop-dev exchanges without receiving loads of emails? I'm thinking of some form of newsgroup subscription where I can scan the fop-dev list, and contribute, separate from my mail account(?) I think there is a need for a

Aligning text left and right on same line

2001-08-15 Thread Thomas Kæregaard
Hello list! A question was raised recently, but I didn't see the answer, so I will ask it again: Is it possible in FOP to have a line with text aligned both left and right, for example by using fo:block fo:inline text-align=startText 1/fo:inline fo:inline text-align=endText 2/fo:inline

cvs commit: xml-fop/src/org/apache/fop/svg PDFGraphics2D.java PDFTextPainter.java

2001-08-15 Thread keiron
keiron 01/08/15 03:33:35 Modified:src/org/apache/fop/svg PDFGraphics2D.java PDFTextPainter.java Log: added support for embedded fonts for svg text, also added proper escaping Revision ChangesPath 1.15 +136 -20

Problem with the background-image

2001-08-15 Thread Pagop Serge Emmanuel
Hi everybody, this is my first time to do something with FOP and now I have a Problem with the background-image I don't know why; I hope someone can help me to provide what I want to do. This is what I want to do: I want to use a GIF or another graphic file like the background my page but when

Re: Rendering to a printer

2001-08-15 Thread Louis . Masters
You can try something like: fo:block font-size=8pt color=black text-align=start fo:inline font-weight=boldHELLO/fo:inline THERE!!! /fo:block -Lou Spectron Caribe, Inc. [EMAIL PROTECTED] on 08/15/2001 10:44:14 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:

Re: Test case for PDFDocumentGraphics2D rotated text problem

2001-08-15 Thread Randall Parker
On Wed, 15 Aug 2001 09:20:00 +0200, Keiron Liddle wrote: Thanks for the test. I'm really not sure how to fix this. I can make it so that the text is almost in the right position except it is flipped on the horizontal axis (so you'll have to stand on your head to read it:) Keiron, In my real

Re: Test case for PDFDocumentGraphics2D rotated text problem

2001-08-15 Thread Keiron Liddle
Randall, On Wed, 15 Aug 2001 17:51:56 Randall Parker wrote: So then Acrobat can draw the text at 45, 135, 225 and 315 degrees? (ie 1:30, 4:30, 7:30, 10:30) I don't see any text at those positions in the textAsShapes=false version. No, I was talking about the font problem, not the position