summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-01 20:44:29 +0200
committerwm4 <wm4@nowhere>2012-09-18 21:04:46 +0200
commit2b80f516fd2d2f3c9081ba0827623cfa21c75f53 (patch)
tree28de64d139369bc8d86b82baaf107cc519accf6a /DOCS
parentdd3e1217eb2086a9d759332bdca8b9399b565d72 (diff)
downloadmpv-2b80f516fd2d2f3c9081ba0827623cfa21c75f53.tar.bz2
mpv-2b80f516fd2d2f3c9081ba0827623cfa21c75f53.tar.xz
manpage: remove references to bitmap fonts
Support for bitmap fonts was removed a while ago.
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)