summaryrefslogtreecommitdiffstats
path: root/kdoctools/docbook/xsl/params/symbol.font.family.xml
blob: 0f038e78c75153870e92806a92298b92cbe71762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<refentry id="symbol.font.family">
<refmeta>
<refentrytitle>symbol.font.family</refentrytitle>

</refmeta>
<refnamediv>
<refname>symbol.font.family</refname>
<refpurpose>The font families to be searched for symbols outside
    of the body font</refpurpose>
</refnamediv>

<refsynopsisdiv>
<src:fragment id='symbol.font.family.frag'>
<xsl:param name="symbol.font.family" select="'Symbol,ZapfDingbats'"/>
</src:fragment>
</refsynopsisdiv>

<refsect1><title>Description</title>

<para>A typical body or title font does not contain all
the character glyphs that DocBook supports.  This parameter
specifies additional fonts that should be searched for
special characters not in the normal font.
These symbol font names are automatically appended
to the body or title font family name when fonts
are specified in a 
<sgmltag class="attribute">font-family</sgmltag>
property in the FO output.
</para>
<para>The symbol font names should be entered as a
comma-separated list.  The default value is
<literal>Symbol,ZapfDingbats</literal>.
</para>

</refsect1>
</refentry>