RE: Trademark in PS

2003-02-13 Thread George Yi
p, fast hack to get most (!) of the characters right. Do you want to have a look at it? On 13.02.2003 18:47:16 George Yi wrote: > Jeremias, > > I just fixed the subscript and superscript problem in PS rendering. > But I just noticed a problem of the Trademark sign (TM) is not shown on &

Trademark in PS

2003-02-13 Thread George Yi
Jeremias, I just fixed the subscript and superscript problem in PS rendering. But I just noticed a problem of the Trademark sign (TM) is not shown on Gsview or print. I check the PS file, it did rendered as \231. Do you know if this is a Gsview problem or we need special treatment of (TM). I check

RE: include file in XSL

2003-02-10 Thread George Yi
You can put those common things in a template and use call-template to handle this. -Original Message- From: Athalye, Rishi [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 4:07 PM To: '[EMAIL PROTECTED]' Subject: include file in XSL Hi, We are creating a PDF by applying the

Fop Configuration in dev1.0

2003-02-03 Thread George Yi
Hi guys. I am looking at the lastest dev code from CVS. I could not find any configuration code in there. I trace the code line by line, the userconfig file is never processed. Could anyone tell me how userconfig is handled in the new structure? George --

RE: PostScript Renderer in redesign (was: strokeSVGText in Postscriptformat)

2003-01-30 Thread George Yi
setting up the basic infrastructure for it tomorrow. I > hope we can get you started on this real fast. :-) > > On 23.01.2003 20:29:22 George Yi wrote: > > Sounds attractive to me. I don't know how much dedication I can put into > > this. My paid job has absolute No.1 priority.

RE: PostScript Renderer in redesign (was: strokeSVGText in Postscriptformat)

2003-01-30 Thread George Yi
lp. But I must say that I will be mostly away tomorrow and next week from Monday to Friday. On 23.01.2003 20:40:18 Jeremias Maerki wrote: > Deal. I'll start setting up the basic infrastructure for it tomorrow. I > hope we can get you started on this real fast. :-) > > On 23.01.2003

RE: General CVS question

2003-01-30 Thread George Yi
the "fop-0_20_2-maintain" tag you'll get the maintenance branch code. I'd recommend you to subscribe to the fop-cvs mailing list, so you'll know when something's changed. On 30.01.2003 18:16:43 George Yi wrote: > Hi, > I just downloaded the snapshot package fro

Code Snapshot

2003-01-30 Thread George Yi
Hi, I just downloaded the snapshot package from apache. Is this the lastest development code that everyone makes changes against to? Thanks George - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMA

RE: strokeSVGText in Postscript format

2003-01-23 Thread George Yi
ssage- From: Jeremias Maerki [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 1:08 PM To: [EMAIL PROTECTED] Subject: Re: strokeSVGText in Postscript format On 23.01.2003 19:32:47 George Yi wrote: > Has anyone made or is making an effort to implement strokeSVGText==false > fe

strokeSVGText in Postscript format

2003-01-23 Thread George Yi
Has anyone made or is making an effort to implement strokeSVGText==false feature in PS renderning? I don't want to reinvent wheel here, if no effort is there, I would like to dive into this. Whenever I talk to my collegures or boss about how wonderful FOP is for PDF publishing, the feedback alway

RE: PS Renderer Enhancement

2003-01-17 Thread George Yi
Please ignore this implementation. It's incorrect. I will keep working on it though:-) -Original Message- From: George Yi [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 3:27 PM To: [EMAIL PROTECTED] Subject: PS Renderer Enhancement SEG_QUADTO was not implement

PS Renderer Enhancement

2003-01-16 Thread George Yi
SEG_QUADTO was not implemented in PSGraphics2D.java, which resulted in the rendering of text portion of SVG unpredictable. Unlike the SEG_CUBICTO which has a corresponding "curveto" PS command, QUADTO doesn't have a PS command to be directly related to. But we can use "curveto" PS command to achiev