Mercurial > mplayer.hg
changeset 11654:8bdbc6a93d74
added <systemitem> tag for fontconfig, some wording
author | paszczi |
---|---|
date | Tue, 16 Dec 2003 22:57:34 +0000 |
parents | af2641a80200 |
children | 4df4089eded9 |
files | DOCS/xml/en/install.xml |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/install.xml Tue Dec 16 13:35:01 2003 +0000 +++ b/DOCS/xml/en/install.xml Tue Dec 16 22:57:34 2003 +0000 @@ -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>