Could you help me set the IPAGothic font as the font for the list - so that
the bullets show?
Bullets in IPAGothic (and in MS fonts) are ・ (• doesn't work
for me.).
Setting the bullet in common/ja.xml <l:dingbat key="bullet"
text="●"/> as such doesn't work.
In the custom stylesheet, we have the following section:
<!-- Fallback font used for Unicode symbols such as right arrow -->
<xsl:param name="symbol.font.family"
select="'Symbol,ZapfDingbats,LucidaUnicode'" />
<xsl:template match="[EMAIL PROTECTED] = 'symbolfont']">
<fo:inline font-family="Symbol">
<xsl:call-template name="inline.charseq" />
</fo:inline>
</xsl:template>
I tried adding the font name after LucindaUnicode, but that didn't work!
Many thanks!
Akagi Kobayashi, Interpreter/Translator/Technical Writer
Valista
-----Original Message-----
From: Chris Bowditch [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 30, 2007 4:12 PM
To: [email protected]
Subject: Re: Bullet points in japanese
Akagi K wrote:
> Bullet points in Japanese (IPA font) do not show, when using
> itemizedlist/listitem. Could anyone please show me where to set this?
> I can see big bullet points in list.xml, but... could it be font
dependent?
Yes the glyphs available depend on the font-family selected in your FO.
List items are split into Labels and Body elements. Its completely
normal to use one font for the label and a different font for the body.
A lot of bullet style glpyhs are available in the ZapfDingbats font.
Then you can use a Font containing Japanese glyphs for the list body.
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]