RE: fonts

2001-07-16 Thread Wolf Gustavo (SGC-EXT)
Thanks for the tip Rajeev, Gustavo -Message d'origine- De : rajeev nair [mailto:[EMAIL PROTECTED]] Envoye : lundi, 16. juillet 2001 07:18 A : [EMAIL PROTECTED] Objet : Re: fonts hello why don't u make ur own font metric xml file for arial? You can make

Re: different Fonts in Same Line.

2001-07-16 Thread Jeremias Maerki
I want to add 2-3 different fonts in same fo:block. means in a paragraph there is serif,Richa,Arial in same line. If i use fo:block it will be in different lines. I tried with fo:inline-sequence.but was in vain. can anyone help me? Look at the samples. docs/examples/fo/testdeko.fo will

Re: Java Extensions in Xalan vs Fop

2001-07-16 Thread Gareth Noyce
I understand this error to be along the lines of a Can't find class BchDate, as I had the same problem with Xalan whilst learning how to implement extensions. I think you're right, as far as the semantics of the ERROR message is concerned. One reason you can't find a class is because you

cvs commit: xml-fop/src/codegen foproperties.xml

2001-07-16 Thread arved
arved 01/07/16 03:35:47 Modified:src/codegen foproperties.xml Log: AHS: initial marker support Revision ChangesPath 1.21 +15 -4 xml-fop/src/codegen/foproperties.xml Index: foproperties.xml

cvs commit: xml-fop/src/org/apache/fop/fo FONode.java FObj.java

2001-07-16 Thread arved
arved 01/07/16 03:36:48 Modified:src/org/apache/fop/fo FONode.java FObj.java Log: AHS: initial marker support Revision ChangesPath 1.16 +36 -2 xml-fop/src/org/apache/fop/fo/FONode.java Index: FONode.java

cvs commit: xml-fop/src/org/apache/fop/fo/flow Block.java

2001-07-16 Thread arved
arved 01/07/16 03:37:58 Modified:src/org/apache/fop/fo/flow Block.java Log: AHS: initial marker support Revision ChangesPath 1.35 +13 -1 xml-fop/src/org/apache/fop/fo/flow/Block.java Index: Block.java

cvs commit: xml-fop/src/org/apache/fop/fo/flow Marker.java

2001-07-16 Thread arved
arved 01/07/16 03:43:40 Modified:src/org/apache/fop/fo/flow Marker.java Log: AHS: initial marker support Revision ChangesPath 1.2 +68 -23xml-fop/src/org/apache/fop/fo/flow/Marker.java Index: Marker.java

cvs commit: xml-fop/src/org/apache/fop/fo/flow RetrieveMarker.java

2001-07-16 Thread arved
arved 01/07/16 03:43:51 Modified:src/org/apache/fop/fo/flow RetrieveMarker.java Log: AHS: initial marker support Revision ChangesPath 1.2 +103 -22 xml-fop/src/org/apache/fop/fo/flow/RetrieveMarker.java Index: RetrieveMarker.java

cvs commit: xml-fop/src/org/apache/fop/fo/pagination Root.java PageSequence.java

2001-07-16 Thread arved
arved 01/07/16 03:45:08 Modified:src/org/apache/fop/fo/pagination Root.java PageSequence.java Log: AHS: initial marker support Revision ChangesPath 1.12 +2 -1 xml-fop/src/org/apache/fop/fo/pagination/Root.java Index: Root.java

cvs commit: xml-fop/src/org/apache/fop/layout Page.java Area.java

2001-07-16 Thread arved
arved 01/07/16 03:45:43 Modified:src/org/apache/fop/layout Page.java Area.java Log: AHS: initial marker support Revision ChangesPath 1.13 +12 -1 xml-fop/src/org/apache/fop/layout/Page.java Index: Page.java

cvs commit: xml-fop/src/org/apache/fop/layout AreaClass.java

2001-07-16 Thread arved
arved 01/07/16 03:46:15 Added: src/org/apache/fop/layout AreaClass.java Log: AHS: initial marker support Revision ChangesPath 1.1 xml-fop/src/org/apache/fop/layout/AreaClass.java Index: AreaClass.java

Markers; Other Stuff

2001-07-16 Thread Arved Sandstrom
The rudiments of fo:marker and fo:retrieve-marker support are appearing. Consider this a true commit early, commit often kind of endeavour; FOP doesn't break, the marker support should be transparent, and parts of it even work after a fashion (retrieve-boundary with a value of 'page', combined

Re: different Fonts in Same Line.

2001-07-16 Thread Petr Andrs
this should be done via fo:wrapper, but this is broken inf FOP, So try using fo:inline pa On 16 Jul 2001, at 1:28 rajeev nair wrote about different Fonts in Same Line. : hello, I want to add 2-3 different fonts in same fo:block. means in a paragraph there is serif,Richa,Arial in same

Re: different Fonts in Same Line.

2001-07-16 Thread rajeev nair
Hello Jeremias, Thanks a lot for ur suggestion.But I couldn't get anything relevant there.any more help ? best regards rajiv --- Jeremias Maerki [EMAIL PROTECTED] wrote: I want to add 2-3 different fonts in same fo:block. means in a paragraph there is serif,Richa,Arial in same line.

Re: FOP memory profile

2001-07-16 Thread Chetan Vig
Hi Mark, I am also looking for this memory problem solution. I like your analysis. Please do continue to work on it and apply the patches and keep me posted. Cheers, Chetan Vig Mark wrote: Howdy fopsters Yesterday I spent about 10 hours with FOP, vi, and a memory profiler (JProbe 3

Re: fonts

2001-07-16 Thread Hoang Nam
Hello, When you use the fonts embbedded ( with metric files), do you increase the size of the file , don't you ? Nam - Original Message - From: rajeev nair [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 16, 2001 7:18 AM Subject: Re: fonts hello why don't u make ur own

[Bug 2638] New: - How to include non xml svg?

2001-07-16 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2638 *** shadow/2638 Mon Jul 16 06:12:28 2001 --- shadow/2638.tmp.4496Mon Jul 16 06:12:28 2001 *** *** 0 --- 1,132 + ++ + | How to include

Re: fonts

2001-07-16 Thread Petr Andrs
Yes, fonts are stored in PDF file so it is bigger. But there is no other way how to display glyphs which are not included in standard fonts supplied with acrobat reader. pa On 25 Jul 2001, at 14:50 Hoang Nam wrote about Re: fonts : Hello, When you use the fonts embbedded ( with metric

PDF serialization

2001-07-16 Thread Mark
Hi ho fops and fopettes, I have had a look at the memory use of my modified-for-streaming FOP executable and determined that the primary memory constraint is now in the PDF renderer. Basically, because the PDF renderer keeps all objects in memory until the end, this obviously limits the size

Use of non-private member fields, etc

2001-07-16 Thread Mark
Hey there foptologists I was just wondering if there has been any discussion about private vs non-private member fields for the FOP classes. I have noticed that there are a lot of non-private (generally package-private default visibility) member fields and most of them do not appear to be

RE: PDF serialization

2001-07-16 Thread Art Welch
FWIW the PCL renderer should not be keeping much in memory. BTW earlier you had mentioned that the buf option slowed things down. I would expect that pipelining things would improve performance, has this been the case? If so, how much? It seems to me that with the exception of a few

proposed changes to AwtRenderer

2001-07-16 Thread Ralph LaChance
Change summary org.apache.fop.render.AWTRenderer.java NB: we started from the 5/21/01 version of AWTRenderer.java, which was the latest as of Friday's cvs snapshots. The changes we're submitting, deal with the following 1. Background (colored) areas were being rendered in 3D, which

Spanning a table over many pages

2001-07-16 Thread Huisking, Michael
Hi. My xsl-region-body is defined like this: fo:flow flow-name=xsl-region-body fo:table border-style=solid border-width=0.5pt xsl:copy-of select=$ColumnWidths/ fo:table-body xsl:apply-templates select=DATAPACKET/

Re: Spanning a table over many pages

2001-07-16 Thread Karen Lease
Hi Michael, Normally this should work. Which version of FOP are you using? There is a bug fix in CVS for a problem which sometimes caused tables to overestimate the space left on the page. If it's possible for you, you may want to try using the latest CVS version of FOP. Or post the FO file

Re: vertically centering contents of table-cell

2001-07-16 Thread Karen Lease
Hi all, Since I'm doing table work now, I'll try to have a look at this and see if it can fixed. Regards, Karen Lease Eric Galluzzo wrote: Good question. Does anyone knows how to vertically center text in a table-cell? I'm afraid that I don't. :) I tried display-align=center and

CVS problems

2001-07-16 Thread Karen Lease
Hi all, I can't seem to get a cvs connection to xml.apache.org right now, either over ssh or anoncvs. Over the ssh bridge with localhost, I get cvs [login aborted]: recv() from server localhost: EOF And using the public cvs access, I get cvs [login aborted]: connect to xml.apache.org:2401

RE: Spanning a table over many pages

2001-07-16 Thread Huisking, Michael
Thanks for your response. I'm using the 0.19.0-CVS version of FOP. My fo file is really too big (about 750K) to post here... Any specific things that I can look for? Thanks! Mick -Original Message- From: Karen Lease [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 1:24 PM To:

Re: CVS problems

2001-07-16 Thread Rick Tessner
On Mon, 16 Jul 2001 22:30:59 +0200, Karen Lease wrote: Hi all, cvs [login aborted]: connect to xml.apache.org:2401 failed: Connection refused Sounds like overload on the host, but I've never seen that before. Apache wouldn't by any chance experiencing some kind of DOS attacks recently? Any

developed html to fo converter - mirroring FOP home page as PDF

2001-07-16 Thread Enrico Schnepel
Hello Fopper! I developed a html to fo converter and version 0.3 is just released. It converts the most used html tags and valid html should be correct processed. Non malformed html is also processed but don't expect to much. Like the xslt transformation, which was sometimes discussed here, it

Re: Use of non-private member fields, etc

2001-07-16 Thread Arved Sandstrom
Hi, Mark I'd say that probably 75% of the instance/class variable visibility was well-chosen at inception, or at least had some thought behind it. But history, as you suggest, has very likely left some visibility too broad, and I'm sure some variables have been completely orphaned; others are

Re: Spanning a table over many pages

2001-07-16 Thread Huisking, Michael
OK, I'm attaching a zip file containing three .fo files. They are all generated from the same data (I manually modified the title of the report). The file called threecol.fo is a three column report that generates 2 pages (correct). The file called fourcol.fo is a four column report that

Code Style, was Re: PDF serialization

2001-07-16 Thread Arved Sandstrom
At 09:26 PM 7/16/01 +1000, Mark wrote: As an aside: is there a style guide for FOP code? I must say I find the style and layout very confusing and I'm happy to clean things up as I go. At the moment I can't even work out what tab stop size people are using. (In my own work I use 8 character tabs

Re: Code Style, was Re: PDF serialization

2001-07-16 Thread Peter B. West
Arved Sandstrom wrote: At 09:26 PM 7/16/01 +1000, Mark wrote: As an aside: is there a style guide for FOP code? I must say I find the style and layout very confusing and I'm happy to clean things up as I go. At the moment I can't even work out what tab stop size people are using. (In my own

Keep-together (and the other keep-*'s)

2001-07-16 Thread Struan Judd
Is some wonderous FOP developer working on implementing this portion of the XSL:FO spec? Any hope of an initial commit soon? Unfortunately my personal timetable precludes me diving in and having a go. :-( If so might I request a small departure from the XSL:FO spec, if it is straight-forward to

RE: vertically centering contents of table-cell

2001-07-16 Thread Struan Judd
Eric, I had this requirement (well more correctly, I needed display-align='after') and the first thing I tried was to comment out the first line of real code in setRowHeight(int), ie. cellArea.increaseHeight(h + borderHeight/2 - cellArea.getHeight()); Now this makes display-align work (sorta)

cvs commit: xml-fop/src/org/apache/fop/layout Area.java AreaContainer.java BodyAreaContainer.java ColumnArea.java

2001-07-16 Thread arved
arved 01/07/16 20:15:57 Modified:src/org/apache/fop/layout Area.java AreaContainer.java BodyAreaContainer.java ColumnArea.java Log: AHS: improving area information Revision ChangesPath 1.22 +9 -1

cvs commit: xml-fop/src/org/apache/fop/render/xml XMLRenderer.java

2001-07-16 Thread arved
arved 01/07/16 20:16:29 Modified:src/org/apache/fop/render/xml XMLRenderer.java Log: AHS: improving area information Revision ChangesPath 1.19 +32 -6 xml-fop/src/org/apache/fop/render/xml/XMLRenderer.java Index: XMLRenderer.java

XMLRenderer improvements

2001-07-16 Thread Arved Sandstrom
Hi, all I added extra information to AreaContainers, and modified XMLRenderer so that it is really starting to become a useful tool. Best way to get a flavour of it is to actually run it: java org.apache.fop.apps.Fop -fo fofile -s -at areatreefile The -s short-circuits the XML output at