mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 17:42:17 +00:00
manpage: remove references to bitmap fonts
Support for bitmap fonts was removed a while ago.
This commit is contained in:
parent
dd3e1217eb
commit
2b80f516fd
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user