mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 17:37:23 +00:00
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
This commit is contained in:
parent
cfeea2882d
commit
9673b62342
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user