This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Font-family


>Date: Fri, 21 Sep 2001 05:36:53 -0700 (PDT)
>From: Mochnacs Maria <mochnacsacasa@yahoo.com>
>Subject: Help with font-family
>To: XSL-List@lists.mulberrytech.com
>
>Hi everyone!
>
>
>I use Fop-0.20.1 to generate PDF files.
>
>I experience a problem with the font-family property
>of the fo:block tag. According to the documentation
>this property specifies a prioritized list of font
>family names and/or generic family names -
>and this is exactly i want to achieve.
>
>If i list only one font (for example Helvetica) it
>works fine. But if i list more font names in order to
>have a fallback font as well, i got warning messages
>that the font is not known. It seems to me that FOP
>recognise my font list as a single font name and then
>obviously does not find it.
>
>Could anyone give me a hint how to avoid this problem
>of the font list? I really need it. Thank you in
>advance.
>Here is my code snippet and the warning i get:
>
>Sample code:
><fo:block font-family="Helvetica, serif">
>   Some text here
></fo:block>
>
>Warning messages given by FOP:
>WARNING: defaulted font to any, normal, normal
>WARNING: unknown font Helvetica, serif, normal, normal
>so defaulted font to any
>
>
>
>
>
>__________________________________________________
>Terrorist Attacks on U.S. - How can you help?
>Donate cash, emergency relief information
>http://dailynews.yahoo.com/fc/US/Emergency_Information/



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]