RE: text-align

2004-12-04 Thread Andreas L. Delmelle
> -Original Message-
> From: Vojko [mailto:[EMAIL PROTECTED]
> 

Hi,

> How can I align the text to bottom of a row or table or a cell?
> 

Setting 'display-align="after"' should do the trick.


Greetz,

Andreas


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



text-align

2004-12-04 Thread Vojko
Hi

How can I align the text to bottom of a row or table or a cell?

Regards, Vojko


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



Re: Chinese Bold Font

2004-12-04 Thread Sajeesh N Kakkat




Hi J,

I could understand that we require a separate bold fonts for Chinese but
unfortunately its not available in Windows and I couldnt get any bold fonts
from the net. Can you suggest any freeware font editors or places we can
get standard bold fonts like maybe Hei or Song bold fonts. Thanks for your
help.

regards,

Sajeesh



   
 "J.Pietschmann"   
 <[EMAIL PROTECTED] 
 e> To 
   [EMAIL PROTECTED] 
 12/04/2004 02:44   cc 
 AM
   Subject 
   Re: Chinese Bold Font   
 Please respond to 
 fop-user  
   
   
   
   




Sajeesh N Kakkat wrote:
> I am trying to get some bold Simplified chinese fonts preferable of the
> regular fonts available in Windows 2000 like SimHei. MSHei, SimSun or
> MSSong. The font-triplet properties in FOP userconfig.xml is not able to
> convert these to bold.

FOP can't generate bold glyphs from a normal weight glyph font.
You have to get a font file specifically containing bold glyphs.
If you can't get such a file, get a font editor which can create
a bold font from a normal weight font for you and roll your own.

J.Pietschmann

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




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



RE: Can't generate Czech characters

2004-12-04 Thread Andreas L. Delmelle
> -Original Message-
> From: Santiago Crespo Calvo [mailto:[EMAIL PROTECTED]

Hi,

One question:
>
> The value of  strings are written in
>   

Do you really *need* to disable output escaping? If not, best to leave this
out, since your original:

> Doporučené maloobchodní ceny bez DPH

will make the output of the XSL transform --FOP's input-- contain the
characters, not the entities. If, subsequently, your XML or XSL encoding (or
output-encoding) is ISO-8859-1 --a subset that doesn't have characters for
č or é--, this is guaranteed to have undesired effects.


HTH!

Greetz,

Andreas


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



RE: font install error

2004-12-04 Thread Andreas L. Delmelle
> -Original Message-
> From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED]
> > -Original Message-
> > From: Mike Sierra [mailto:[EMAIL PROTECTED]
>
> > $ java -cp
> > build/fop.jar:lib/avalon-framework.jar:lib/xml-apis.jar:lib/
>
> Well... the example command on the website may be a bit simplified. Check
> FOP's lib directory, and make sure avalon-framework.jar is not actually
> named avalon-framework-{version}.jar or something like that.

And as an addition: same goes for the Xalan and Xerces jars --if you really
need them.

Greetz,

Andreas


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



RE: font install error

2004-12-04 Thread Andreas L. Delmelle
> -Original Message-
> From: Mike Sierra [mailto:[EMAIL PROTECTED]

Hi,

> I'm trying to install a custom font for the first time, and am running
> this command as spec'ed in the doc:
>
> $ java -cp
> build/fop.jar:lib/avalon-framework.jar:lib/xml-apis.jar:lib/

Well... the example command on the website may be a bit simplified. Check
FOP's lib directory, and make sure avalon-framework.jar is not actually
named avalon-framework-{version}.jar or something like that.

HTH!

Greetz,

Andreas


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