RE: Problems with embedded font

2005-07-27 Thread Dobri Kitipov
Thank you!
I found that this is my mistake =)

Have a nice day!

-Original Message-
From: Jeremias Maerki [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 26, 2005 11:29 PM
To: fop-users@xmlgraphics.apache.org
Subject: Re: Problems with embedded font

I think your problem simply is about not having a font-triplet for the
bold variant of the font (see error message). You will need to create an
additional XML font metric file from arialbd.ttf and register it
separately like this.

font metrics-file=ttfcyrillic-bold.xml kerning=yes 
embed-file=file:///C:/WINNT/Fonts/arialbd.ttf
   font-triplet name=Cyrillic style=normal weight=bold/
/font

On 26.07.2005 13:53:17 Dobri Kitipov wrote:
snip/
 font metrics-file=ttfcyrillic.xml kerning=yes 
 embed-file=file:///C:/WINNT/Fonts/arial.ttf
 
 font-triplet name=Cyrillic style=normal weight=normal/
 
  /font

snip/

 [ERROR] unknown font Cyrillic,normal,bold so defaulted font to any


Jeremias Maerki


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


-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 25.07.2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 25.07.2005
 

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



Re: Problems with embedded font

2005-07-26 Thread Jeremias Maerki
I think your problem simply is about not having a font-triplet for the
bold variant of the font (see error message). You will need to create an
additional XML font metric file from arialbd.ttf and register it
separately like this.

font metrics-file=ttfcyrillic-bold.xml kerning=yes 
embed-file=file:///C:/WINNT/Fonts/arialbd.ttf
   font-triplet name=Cyrillic style=normal weight=bold/
/font

On 26.07.2005 13:53:17 Dobri Kitipov wrote:
snip/
 font metrics-file=ttfcyrillic.xml kerning=yes 
 embed-file=file:///C:/WINNT/Fonts/arial.ttf
 
 font-triplet name=Cyrillic style=normal weight=normal/
 
  /font

snip/

 [ERROR] unknown font Cyrillic,normal,bold so defaulted font to any


Jeremias Maerki


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