PDF Font ToUnicode CMap

2003-01-30 Thread Gracjan Polak
Hello all, I'll probably try to approach bug 5335, so could somebody, that tried to design ToUnicode maps in fonts, contact me? I have some questions about artefacts like PDFToUnicode or PDFCMap classes. -- Regards, Gracjan

Re: PDF Font ToUnicode CMap

2003-01-30 Thread Jeremias Maerki
It would be best if you simply posted your questions to this list. Like this everybody can contribute and learn. On 30.01.2003 12:15:02 Gracjan Polak wrote: I'll probably try to approach bug 5335, so could somebody, that tried to design ToUnicode maps in fonts, contact me? I have some

Re: PDF Font ToUnicode CMap

2003-01-30 Thread Gracjan Polak
Jeremias Maerki wrote: It would be best if you simply posted your questions to this list. Like this everybody can contribute and learn. Ok, as you want:-) There is something called PDFCMap, but as I see it represents normal character map. ToUnicode CMap uses beginbfchar and beginbfrange

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:

cvs commit: xml-fop/lib ant.jar

2003-01-30 Thread jeremias
jeremias2003/01/30 09:28:22 Modified:lib ant.jar Log: Fix ant.jar to include the classes from optional.jar needed by the style task. Ant is still 1.5.1 Revision ChangesPath 1.9 +2680 -2355xml-fop/lib/ant.jar Binary file

cvs commit: xml-fop/src/org/apache/fop/render/ps PSState.java PSTextElementBridge.java PSGenerator.java PSGraphics2D.java PSRenderer.java PSXMLHandler.java

2003-01-30 Thread jeremias
jeremias2003/01/30 09:31:21 Modified:src/org/apache/fop/render/ps PSGenerator.java PSGraphics2D.java PSRenderer.java PSXMLHandler.java Added: src/org/apache/fop/render/ps PSState.java PSTextElementBridge.java Log: SVG (for PS

Re: Code Snapshot

2003-01-30 Thread Jeremias Maerki
Funny coincidence. I've just finished enabling SVG in the PS renderer in the redesign. I'll talk more in another mail. If possible it would be best if you downloaded the source using CVS. Then you're sure to have the latest stuff. The snapshots get generated once a day, only. Here, you'll find

General CVS question

2003-01-30 Thread Rhett Aultman
Just a sort of general CVS question...does anyone know if there's a CVS client out there somewhere that works from behind a proxy? My home network, for various reasons, can't be configured for NAT, so I have to instead run a proxy server and give my machines limited Internet access via the

RE: General CVS question

2003-01-30 Thread George Yi
I have the same problem. -Original Message- From: Rhett Aultman [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 11:36 AM To: [EMAIL PROTECTED] Subject: General CVS question Just a sort of general CVS question...does anyone know if there's a CVS client out there somewhere

Re: PostScript Renderer in redesign (was: strokeSVGText in Postscript format)

2003-01-30 Thread Jeremias Maerki
Ok, as promised the PS renderer is setup as far as SVG output is possible. I haven't gotten through to the Batik transcoder, yet, but that's not necessary right now, anyway. I'm still pretty confident that we will be able to use the code from the redesign in the maintenance branch with relatively

RE: Code Snapshot

2003-01-30 Thread Mark C. Allman
Is the fop-0_20_2-maintain tag the source for fop-0.20.5rc? I have the source code for 20.5rc via the zip download and I've fixed a few things (markers). Also, what is the capability status of the main branch compared to the 20.5rc? I _just_ started looking at fop-dev (yesterday, in fact) so

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

2003-01-30 Thread George Yi
Great. I will try to look at where my changes should be in your new design first. So far my changes are against 0.20.5rc. These changes are QUADTO implementation, correct color display and simple text embedding. I haven't worked out AttributedString embedding yet. I will get the snapshot again

Re: General CVS question

2003-01-30 Thread Jeremias Maerki
Never used that, but in WinCVS, for example, there's a tab for setting a proxy (IP and port) und Admin/Preferences I don't know if that helps. On 30.01.2003 18:40:41 George Yi wrote: I have the same problem. -Original Message- From: Rhett Aultman [mailto:[EMAIL PROTECTED]]

Re: Code Snapshot

2003-01-30 Thread Jeremias Maerki
On 30.01.2003 18:51:31 Mark C. Allman wrote: Is the fop-0_20_2-maintain tag the source for fop-0.20.5rc? Yes, although there have already been a few commits since. I have the source code for 20.5rc via the zip download and I've fixed a few things (markers). Would have been better if you

cvs commit: xml-fop/src/documentation/content/design/alt.design/properties PropertyConsts-class.html classes-overview.html enumerated-values.html getInitialValue.html index.html propertyExpressions.html simple-properties.html

2003-01-30 Thread pbwest
pbwest 2003/01/30 10:05:59 Modified:src/documentation/content/design/alt.design alt-design-frameset.html logo.html src/documentation/content/design/alt.design/properties PropertyConsts-class.html classes-overview.html

Re: Updates to web site

2003-01-30 Thread Peter B. West
Oleg Tkachenko wrote: Hello there! btw, forgive my ignorance, but how do I get the site to be updated? I have generated one more page for logo contest and commited pages successfully to xml-site/targets/fop, but after 2 days the site is still not updated :( You have to login to

Re: Updates to web site

2003-01-30 Thread Oleg Tkachenko
Peter B. West wrote: You have to login to xml.apache.org, cd to /www/xml.apache.org/fop/...wherever... and perform a cvs update -d The -d, as I discovered, forces creation of any new subdirectories in the working copy. Actually I didn't add new subdirectories. And I have no access to

DO NOT REPLY [Bug 16626] New: - Hyphenation causing java.io.IOException error

2003-01-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16626. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: source for hz algorithm

2003-01-30 Thread Victor Mote
I made an inquiry on URW's web site yesterday, and received a response today. The short story is that what I had inferred from the postings on other lists is correct: the patent to hz-program is now owned by Adobe, and is probably the basis for their paragraph-level formatting in InDesign. So to

Re: PostScript Renderer in redesign (was: strokeSVGText in Postscript format)

2003-01-30 Thread Jeremias Maerki
You're totally right. That was the stuff I've been talking about. The Transcoder is for Batik so it can convert SVG to PDF or PostScript without the XSL_FO-specific FOP renderers. You can just leave these out, but you're also welcome to help with these. :-) On 30.01.2003 22:48:14 George Yi wrote: