diff options
author | paszczi <paszczi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-15 20:06:26 +0000 |
---|---|---|
committer | paszczi <paszczi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-15 20:06:26 +0000 |
commit | 9673b62342f416ae6fe250e127fe4fd240cc406b (patch) | |
tree | 4cd3ac3d3035f77dd4fc17f37227a156c0578596 | |
parent | cfeea2882dc92e98cfe458b4ec1e1d44d2e8871b (diff) |
added <application> tag for GIMP, added 2 <replaceable> tags to font secion, made it more general
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11650 b3059339-0415-0410-9bf9-f77b7e298cf2
-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 |