diff options
-rw-r--r-- | DOCS/xml/en/install.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml index 53b6439fc1..2f58d0a38d 100644 --- a/DOCS/xml/en/install.xml +++ b/DOCS/xml/en/install.xml @@ -718,7 +718,7 @@ OSD/SUB feature. There are many ways to get it: <filename>TOOLS/subfont-c/README</filename> for details). </para></listitem> <listitem><para> - Use the font generator GIMP plugin at <filename + Use the font generator <application>GIMP</application> plugin at <filename class="directory">TOOLS/subfont-GIMP</filename> (note: you must have HSI RAW plugin too, see <ulink url="http://realtime.ssu.ac.kr/~lethean/mplayer/" />). </para></listitem> @@ -727,11 +727,12 @@ 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 /path/to/arial.ttf</option> option to specify a - TrueType font file on every occasion + use the <option>-font <replaceable>/path/to/some_font.ttf</replaceable></option> + option to specify a TrueType font file on every occasion </para></listitem> <listitem><para> - create a symlink:<screen>ln -s /path/to/arial.ttf ~/.mplayer/subfont.ttf</screen> + create a symlink: + <screen>ln -s <replaceable>/path/to/some_font.ttf</replaceable> ~/.mplayer/subfont.ttf</screen> </para></listitem> </itemizedlist> If <application>MPlayer</application> was compiled with |