[MPlayer-DOCS] CVS: main/DOCS/xml/en install.xml,1.25,1.26
Maciej Paszta CVS
paszczi at mplayerhq.hu
Tue Dec 16 23:57:36 CET 2003
Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var/tmp.root/cvs-serv3843
Modified Files:
install.xml
Log Message:
added <systemitem> tag for fontconfig, some wording
Index: install.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/install.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- install.xml 15 Dec 2003 20:06:26 -0000 1.25
+++ install.xml 16 Dec 2003 22:57:34 -0000 1.26
@@ -727,17 +727,18 @@
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>
More information about the MPlayer-DOCS
mailing list