mirror of https://github.com/mpv-player/mpv
DOCS: correct --sub-shadow-color
This commit is contained in:
parent
120989f56a
commit
7b5c6dfd57
|
@ -2700,12 +2700,6 @@ Subtitles
|
|||
``--sub-border-color=<color>``
|
||||
See ``--sub-color``. Color used for the sub font border.
|
||||
|
||||
.. note::
|
||||
|
||||
ignored when ``--sub-back-color`` is
|
||||
specified (or more exactly: when that option is not set to completely
|
||||
transparent).
|
||||
|
||||
``--sub-border-size=<size>``
|
||||
Size of the sub font border in scaled pixels (see ``--sub-font-size``
|
||||
for details). A value of 0 disables borders.
|
||||
|
@ -2784,6 +2778,12 @@ Subtitles
|
|||
``--sub-shadow-color=<color>``
|
||||
See ``--sub-color``. Color used for sub text shadow.
|
||||
|
||||
.. note::
|
||||
|
||||
ignored when ``--sub-back-color`` is
|
||||
specified (or more exactly: when that option is not set to completely
|
||||
transparent).
|
||||
|
||||
``--sub-shadow-offset=<size>``
|
||||
Displacement of the sub text shadow in scaled pixels (see
|
||||
``--sub-font-size`` for details). A value of 0 disables shadows.
|
||||
|
|
Loading…
Reference in New Issue