summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.rst4
-rw-r--r--DOCS/man/en/options.rst4
2 files changed, 1 insertions, 7 deletions
diff --git a/DOCS/man/en/mplayer.rst b/DOCS/man/en/mplayer.rst
index b287669d63..09b8f2357d 100644
--- a/DOCS/man/en/mplayer.rst
+++ b/DOCS/man/en/mplayer.rst
@@ -602,10 +602,6 @@ FILES
``~/.mplayer/input.conf``
input bindings (see ``--input=keylist`` for the full list)
-``~/.mplayer/font/``
- font directory (There must be a ``font.desc`` file and files with ``.RAW``
- extension.)
-
``~/.mplayer/DVDkeys/``
cached CSS keys
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index e875f9a8c3..0772bc2f76 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -614,12 +614,10 @@
specify a particular font. See also ``--subfont``. With fontconfig enabled
the argument is a fontconfig pattern and the default is ``sans``. Without
fontconfig the argument is a filename and the default is
- ``~/.mplayer/subfont.ttf`` with freetype enabled, or
- ``~/.mplayer/font/font.desc`` without it.
+ ``~/.mplayer/subfont.ttf``.
*EXAMPLE*:
- - ``--font=~/.mplayer/arial-14/font.desc`` (no fontconfig or freetype)
- ``--font=~/.mplayer/arialuni.ttf`` (no fontconfig)
- ``--font='Bitstream Vera Sans'`` (usual case with fontconfig)
- ``--font='Bitstream Vera Sans:style=Bold'`` (usual case with fontconfig)