# HG changeset patch # User diego # Date 1161610016 0 # Node ID 490b7a74a21bc57f8f04c1db4871ae8d42c72ea4 # Parent 5ce6fcd3cefd300c21b5807f8f31cce098b39355 Fix some inconsistencies pointed out by Torinthiel. diff -r 5ce6fcd3cefd -r 490b7a74a21b DOCS/xml/en/install.xml --- a/DOCS/xml/en/install.xml Mon Oct 23 12:26:10 2006 +0000 +++ b/DOCS/xml/en/install.xml Mon Oct 23 13:26:56 2006 +0000 @@ -450,13 +450,16 @@ fontconfig support, the above methods won't work, instead expects a fontconfig font name -and defaults to the sans-serif font. To get a list of fonts known to -fontconfig, -use fc-list. Example: +and defaults to the sans-serif font. Example: mplayer -font 'Bitstream Vera Sans' anime.mkv + +To get a list of fonts known to +fontconfig, +use fc-list. + @@ -486,9 +489,9 @@ Fonts should have an appropriate font.desc file which maps unicode font positions to the actual code page of the subtitle text. Another solution is to have UTF-8-encoded subtitles -and use the option or just name the subtitles -file <video_name>.utf and have it in the -same directory as the video file. +and use the option or give the subtitles +file the same name as your video file with a .utf +extension and have it in the same directory as the video file.