load metrics.xml from jar

2003-01-22 Thread Moebius, Yvonne
Hi,

is there a way of including additional fonts via userconfig.xml from a 
jar-file?

I do not want to include them from a file like:
font metrics-file=/tmp/fonts/testfont.xml kerning=yes
embed-file=testfont.ttf

But I would like to put all newly created fonts into a font.jar. Is it
possible to reference the fonts like this?

Bye, Yvonne


-- 
Yvonne Moebius

Diplomandin
Business Unit Information

MATERNA GmbH  Co. KG Information  Communications
Theodor-Heuss-Straße 59 * 61118 Bad Vilbel * Germany
phone:+49 6101 806 210 * fax: +49 6101 806 590
[EMAIL PROTECTED]
http://www.materna.com * http://www.materna.de 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



graphics in ouput format svg

2002-12-03 Thread Moebius, Yvonne
Hi,

I am trying to create an SVG document with fop.
My xsl stylesheet includes an fo:external-graphic:

 fo:external-graphic src=bild3.gif/

Fop puts the message Parsing of document complete, stopping renderer 
on the screen.
But FOP doesn't stop properly.
Anyway it creates an SVG document which is ok, but it doesn't include a
reference to the image.

Creating PDF works fine.

Is the SVGRenderer able to handle images somehow?

Bye, Yvonne  


 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Yvonne Moebius

Diplomandin
Business Unit Information

MATERNA GmbH  Co. KG Information  Communications
Theodor-Heuss-Straße 59 * 61118 Bad Vilbel * Germany
phone:+49 6101 806 210 * fax: +49 6101 806 590
[EMAIL PROTECTED]
http://www.materna.com * http://www.materna.de 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



tabulator

2002-06-12 Thread Moebius, Yvonne



Hi,

can somebody tell me 
if there is a possibility to set tabulator positions, please? 

I need a "left 
tabulator", a "right tabulator", a "centered tabulator" and a "decimal 
tabulator", like in MS Word.

Yvonne


different font sizes in fo:block

2002-04-25 Thread Moebius, Yvonne



Hi,

I tried to change 
the size of a single word from 12pt to 30pt in a block, but the line height does 
not change, so the words are sticking together.
One possibility is 
to change the line height of the block to 30pt, but this does not look very 
good. And changing the line height of the inline element does not seem to 
work?

Here's my 
block:

fo:block font-size="12pt" font-family="sans-serif" text-align="justify" 
start-indent="3mm" 
end-indent="3mm" 
padding-left="3mm" 
padding-right="3mm" 
padding-top="4mm" 
padding-bottom="4mm" 
text-decoration="underline"
In this example, padding and border properties are specified 
using absolute properties:
padding-left,fo:inline font-size="30pt" inline/fo:inline 
padding-right, padding-top, and padding-bottom, etc.
According to the specification, a request for the absolute 
(top, bottom, left, right) versions of these properties should use the relative 
ones if they are specified.
/fo:block
Have you got any ideas of how 
to change a single line height in a block?
Bye, YM