Mercurial > mplayer.hg
comparison DOCS/documentation.html @ 8635:81dbd28ef7c0
these patches let ,,oldstyle'' and freetype subtitle renderers live
together happily. if an oldstyle subtitle (font.desc) is found, it will
be used. otherwise mplayer will choose subfont.ttf, if freetype was
detected during ./configure.
(also you can use -font /path/to/font.desc and -font /path/to/foobar.ttf too)
patch-set by Wojtek Kaniewski <wojtekka@bydg.pdi.net>
author | arpi |
---|---|
date | Sun, 29 Dec 2002 14:59:23 +0000 |
parents | 9fd3e7d26b9a |
children | db4a1b1254cb |
comparison
equal
deleted
inserted
replaced
8634:a8c4246b6869 | 8635:81dbd28ef7c0 |
---|---|
958 It's a complete tool to convert from TTF/Type1/etc font to mplayer font pkg. | 958 It's a complete tool to convert from TTF/Type1/etc font to mplayer font pkg. |
959 (read TOOLS/subfont-c/README for details)</LI> | 959 (read TOOLS/subfont-c/README for details)</LI> |
960 <LI>use the font generator GIMP plugin at TOOLS/subfont-GIMP | 960 <LI>use the font generator GIMP plugin at TOOLS/subfont-GIMP |
961 (note: you must have HSI RAW plugin too, see URL below)</LI> | 961 (note: you must have HSI RAW plugin too, see URL below)</LI> |
962 <LI>using a TrueType (TTF) font, by the means of the <B>freetype</B> | 962 <LI>using a TrueType (TTF) font, by the means of the <B>freetype</B> |
963 library. Version 2.0.9 or greater is mandatory! You have to pass the | 963 library. Version 2.0.9 or greater is mandatory! Then you |
964 <CODE>--enable-freetype</CODE> option to ./configure. Then you | |
965 have two methods: | 964 have two methods: |
966 <UL> | 965 <UL> |
967 <LI>use the <CODE>-font /path/to/arial.ttf</CODE> option to specify | 966 <LI>use the <CODE>-font /path/to/arial.ttf</CODE> option to specify |
968 a TrueType font file on every occassion</LI> | 967 a TrueType font file on every occassion</LI> |
969 <LI>create a symlink: <CODE>ln -s /path/to/arial.ttf ~/.mplayer/subfont.ttf</CODE></LI> | 968 <LI>create a symlink: <CODE>ln -s /path/to/arial.ttf ~/.mplayer/subfont.ttf</CODE></LI> |