comparison DOCS/xml/en/install.xml @ 11649:52798caae526

added <application> tag for GIMP, added 2 <replaceable> tags to font secion, made it more general
author paszczi
date Mon, 15 Dec 2003 20:06:26 +0000
parents 8c7164e7f9da
children 8bdbc6a93d74
comparison
equal deleted inserted replaced
11648:57372aa1d655 11649:52798caae526
716 class="directory">TOOLS/subfont-c</filename>. It's a complete tool to 716 class="directory">TOOLS/subfont-c</filename>. It's a complete tool to
717 convert from TTF/Type1/etc font to mplayer font pkg (read 717 convert from TTF/Type1/etc font to mplayer font pkg (read
718 <filename>TOOLS/subfont-c/README</filename> for details). 718 <filename>TOOLS/subfont-c/README</filename> for details).
719 </para></listitem> 719 </para></listitem>
720 <listitem><para> 720 <listitem><para>
721 Use the font generator GIMP plugin at <filename 721 Use the font generator <application>GIMP</application> plugin at <filename
722 class="directory">TOOLS/subfont-GIMP</filename> (note: you must have HSI 722 class="directory">TOOLS/subfont-GIMP</filename> (note: you must have HSI
723 RAW plugin too, see <ulink url="http://realtime.ssu.ac.kr/~lethean/mplayer/" />). 723 RAW plugin too, see <ulink url="http://realtime.ssu.ac.kr/~lethean/mplayer/" />).
724 </para></listitem> 724 </para></listitem>
725 <listitem><para> 725 <listitem><para>
726 using a TrueType (TTF) font, by the means of the <systemitem class="library">freetype</systemitem> 726 using a TrueType (TTF) font, by the means of the <systemitem class="library">freetype</systemitem>
727 library. Version 2.0.9 or greater is mandatory! Then you have two methods: 727 library. Version 2.0.9 or greater is mandatory! Then you have two methods:
728 <itemizedlist> 728 <itemizedlist>
729 <listitem><para> 729 <listitem><para>
730 use the <option>-font /path/to/arial.ttf</option> option to specify a 730 use the <option>-font <replaceable>/path/to/some_font.ttf</replaceable></option>
731 TrueType font file on every occasion 731 option to specify a TrueType font file on every occasion
732 </para></listitem> 732 </para></listitem>
733 <listitem><para> 733 <listitem><para>
734 create a symlink:<screen>ln -s /path/to/arial.ttf ~/.mplayer/subfont.ttf</screen> 734 create a symlink:
735 <screen>ln -s <replaceable>/path/to/some_font.ttf</replaceable> ~/.mplayer/subfont.ttf</screen>
735 </para></listitem> 736 </para></listitem>
736 </itemizedlist> 737 </itemizedlist>
737 If <application>MPlayer</application> was compiled with 738 If <application>MPlayer</application> was compiled with
738 <systemitem class="library">fontconfig</systemitem> support, the above methods 739 <systemitem class="library">fontconfig</systemitem> support, the above methods
739 won't work, instead the <option>-font</option> expects a fontconfig font name 740 won't work, instead the <option>-font</option> expects a fontconfig font name