diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-12-29 14:59:23 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-12-29 14:59:23 +0000 |
commit | c8b0ddfe4e1570b83b815a3c9befced24e4d2875 (patch) | |
tree | d0e864e177b24d068bea47f15a911d16a252ddc3 /DOCS | |
parent | 7e26b6cc29c1f050f55152f0759cd2db276d107e (diff) |
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>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8636 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/documentation.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 74fce4539d..60af81f301 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -960,8 +960,7 @@ <LI>use the font generator GIMP plugin at TOOLS/subfont-GIMP (note: you must have HSI RAW plugin too, see URL below)</LI> <LI>using a TrueType (TTF) font, by the means of the <B>freetype</B> - library. Version 2.0.9 or greater is mandatory! You have to pass the - <CODE>--enable-freetype</CODE> option to ./configure. Then you + library. Version 2.0.9 or greater is mandatory! Then you have two methods: <UL> <LI>use the <CODE>-font /path/to/arial.ttf</CODE> option to specify |