[MPlayer-DOCS] CVS: main/DOCS/xml/en install.xml,1.22,1.23

Maciej Paszta CVS paszczi at mplayerhq.hu
Mon Dec 8 18:40:44 CET 2003


Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var/tmp.root/cvs-serv29259

Modified Files:
	install.xml 
Log Message:
reorganization of subtitles and osd section, removed repeating lines, patch by me and Torinthiel

Index: install.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/install.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- install.xml	8 Dec 2003 17:17:40 -0000	1.22
+++ install.xml	8 Dec 2003 17:40:41 -0000	1.23
@@ -712,8 +712,20 @@
 
 <itemizedlist>
 <listitem><para>
+  Use the font generator tool at <filename
+  class="directory">TOOLS/subfont-c</filename>. It's a complete tool to
+  convert from TTF/Type1/etc font to mplayer font pkg (read
+  <filename>TOOLS/subfont-c/README</filename> for details).
+  </para></listitem>
+<listitem><para>
+  Use the font generator GIMP plugin at <filename
+  class="directory">TOOLS/subfont-GIMP</filename> (note: you must have HSI
+  RAW plugin too, see URL below).
+  <!-- FIXME: where's that URL? -->
+ </para></listitem>  
+<listitem><para>
   using a TrueType (TTF) font, by the means of the <systemitem class="library">freetype</systemitem>
-library. Version 2.0.9 or greater is mandatory! Then you have two methods:
+  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
@@ -723,6 +735,11 @@
       create a symlink:<screen>ln -s /path/to/arial.ttf ~/.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
+  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>
 <listitem><para>
   Download ready-to-use font packages from <application>MPlayer</application>
@@ -769,39 +786,7 @@
   </table>
 
   </para></listitem>
-<listitem><para>
-  Use the font generator tool at <filename
-  class="directory">TOOLS/subfont-c</filename>. It's a complete tool to
-  convert from TTF/Type1/etc font to mplayer font pkg.  (read
-  <filename>TOOLS/subfont-c/README</filename> for details)
-  </para></listitem>
-<listitem><para>
-  Use the font generator GIMP plugin at <filename
-  class="directory">TOOLS/subfont-GIMP</filename> (note: you must have HSI
-  RAW plugin too, see URL below)
-  <!-- FIXME: where's that URL? -->
-  </para></listitem>
-<listitem><para>
-  using a TrueType (TTF) font, by the means of the <systemitem class="library">
-  freetype</systemitem> 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
-      </para></listitem>
-    <listitem><para>
-      create a symlink:<screen>ln -s /path/to/arial.ttf ~/.mplayer/subfont.ttf</screen>
-      </para></listitem>
-      </itemizedlist>
-    If compiled with <systemitem class="library">fontconfig</systemitem>
-    support, the above methods won't work, instead the <option>-font</option>
-    expects a fontconfig 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>
 </itemizedlist>
-
 <para>
 If you chose non-TTF fonts, UNZIP the file you downloaded to <filename
 class="directory">~/.mplayer</filename> or <filename



More information about the MPlayer-DOCS mailing list