summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorpaszczi <paszczi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-16 22:57:34 +0000
committerpaszczi <paszczi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-16 22:57:34 +0000
commitaf5fef436ccce2081de75e3964e5188a45ee0542 (patch)
tree3b7c01d8fe22c7a44085a99a2bb728b75b6767dd /DOCS
parentfb67b1a8723a101bc53b43305d2aef7c4bc6dfbb (diff)
downloadmpv-af5fef436ccce2081de75e3964e5188a45ee0542.tar.bz2
mpv-af5fef436ccce2081de75e3964e5188a45ee0542.tar.xz
added <systemitem> tag for fontconfig, some wording
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11655 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/install.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml
index 2f58d0a38d..e1a631d1f9 100644
--- a/DOCS/xml/en/install.xml
+++ b/DOCS/xml/en/install.xml
@@ -727,17 +727,18 @@ OSD/SUB feature. There are many ways to get it:
library. Version 2.0.9 or greater is mandatory! Then you have two methods:
<itemizedlist>
<listitem><para>
- use the <option>-font <replaceable>/path/to/some_font.ttf</replaceable></option>
+ use the <option>-font <replaceable>/path/to/sample_font.ttf</replaceable></option>
option to specify a TrueType font file on every occasion
</para></listitem>
<listitem><para>
create a symlink:
- <screen>ln -s <replaceable>/path/to/some_font.ttf</replaceable> ~/.mplayer/subfont.ttf</screen>
+ <screen>ln -s <replaceable>/path/to/sample_font.ttf</replaceable> ~/.mplayer/subfont.ttf</screen>
</para></listitem>
</itemizedlist>
If <application>MPlayer</application> was compiled with
<systemitem class="library">fontconfig</systemitem> support, the above methods
- won't work, instead the <option>-font</option> expects a fontconfig font name
+ won't work, instead the <option>-font</option> expects a
+ <systemitem class="library">fontconfig</systemitem> font name
and defaults to the sans-serif font. To get a list of fonts known to fontconfig,
use <command>fc-list</command>. Example: <option>-font 'Bitstream Vera Sans'</option>
</para></listitem>