AW: reference-orientation for block-container

2001-09-06 Thread Matthias Born

hi arved!

oh no, i'm only a fop-user, not a programmer.

it seems to be a missunderstanding 'couse of my worse englich

i'm only searching for an alternative for this not implemented feature.

regards, 

matze

   -Ursprungliche Nachricht-
   Von: Arved Sandstrom [mailto:[EMAIL PROTECTED]]
   Gesendet: Donnerstag, 6. September 2001 02:51
   An: [EMAIL PROTECTED]
   Betreff: Re: reference-orientation for block-container
   
   
   At 06:19 PM 9/4/01 +0200, Matthias Born wrote:
   hi!
   
   i need sth like the attribute reference-orientation for
   fo:block-containers to display text vertical.
   unfortunately it isn't implemented yet.
   
   any ideas how to realize this?
   
   regards!
   
   matze
   
   Hi, Matthias
   
   Do I understand you correctly when I gather that you are 
   interested in 
   working on this feature? :-)
   
   Regards,
   Arved Sandstrom
   
   Fairly Senior Software Type
   e-plicity (http://www.e-plicity.com)
   Wireless * B2B * J2EE * XML --- Halifax, Nova Scotia
   
   
   ---
   --
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, email: [EMAIL PROTECTED]
   

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




again: horizontal alignment

2001-08-29 Thread Matthias Born

hi!

is there somebody who has a working solution for centering a table
horizontal within a page,

that is not:

fo:simple-page-master page-width=210mm master-name=myPage
page-height=297mm
fo:region-body display-align=center/
/fo:simple-page-master

(thx fabio)

or

... margin-left=auto margin-right=auto

(thx adrian)

thx to all, who tried to help.

and alex, please delete fabios solution from faq. it doesn't work!

regards!

matze


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




horizontal alignment

2001-08-28 Thread Matthias Born

hi!

how can i place a table (the whole table, not the text) in the middle of the
page, sth. like horizontal-alignment=center|middle?

thx matze


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




embedding fonts using xml-font-files and userconf.xml

2001-08-13 Thread Matthias Born

hi!

i've got problems embedding fonts.

as described in http://xml.apache.org/fop/fonts.html and other resources i
generated the xml font-file with:

java -cp fop.jar org.apache.fop.fonts.apps.TTFReader zurchn.ttf zurich.xml

i placed resulting zurich.xml along with the original *.ttf-file in the
fop-directory and in the conf-directory as well

Then i renamed the font-name in the font-name-tag to Zurich in the
zurich.xml

i configured the userconfig in the conf-directory in the following way:

fonts
font metrics-file=zurich.xml kerning=yes embed-file=zurich.ttf
font-triplet name=Zurich style=normal weight=bold/
/font
/fonts

then i tried to use it as font-family=Zurich in a fo:block-tag in my fo
file.

but when i invoked that file with:

java -cp fop.jar org.apache.fop.apps.Fop -c userconfig.xml -fo
schulung.fo -pdf output.pdf
and
fop -c userconfig.xml -fo schulung.fo -pdf output.pdf
among others

the result always was:

WARNING: unknown font Zurich,normal,normal so defaulted font to any

any ideas what went wrong?

regards matze


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




AW: embedding fonts using xml-font-files and userconf.xml

2001-08-13 Thread Matthias Born

ups!

thanks and sorry!
it was a mistake in the mail.

 fonts
 font metrics-file=zurich.xml kerning=yes
embed-file=zurich.ttf
 font-triplet name=Zurich style=normal weight=bold/
 /font
 /fonts

   Yes, you only added Zurich bold to userconfig.xml. If you want to use
the
   normal weight, you have to add that one too (weight=normal).

i tried differend styles and weights, also i tried normal, normal, again
after your mail.
unfortunately it was not the solution.

the weight=bold was one of my last try outs, therefore it's written in the
mail.

any over ideas?

regards matze



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