summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-23 21:23:53 +0200
committerwm4 <wm4@nowhere>2012-10-24 21:56:35 +0200
commita8824f12ddfe66585db43fb0f92d7c90b5bbd19d (patch)
tree15398c26109890e8afd077d3d9d4fcf1bede7110 /DOCS
parent2afd7ebb4e96b91cc552fff5badf237dadb28212 (diff)
downloadmpv-a8824f12ddfe66585db43fb0f92d7c90b5bbd19d.tar.bz2
mpv-a8824f12ddfe66585db43fb0f92d7c90b5bbd19d.tar.xz
options: remove --subfont-autoscale (changes default font scale)
The code for this option attempted to emulate the old as-documented behavior. It wasn't very good at it, and now that the old OSD code has been removed, it's entirely pointless. This removes the factor 1.7 with which --subfont-text-scale was multiplied.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 01a4610e20..dbd37c4c03 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1900,18 +1900,6 @@
Sets the subtitle font (see ``--font``). If no ``--subfont`` is given,
``--font`` is used for subtitles too.
---subfont-autoscale=<0-3>
- Sets the autoscale mode.
-
- *NOTE*: 0 means that text scale and OSD scale are font heights in points.
-
- The mode can be:
-
- :0: no autoscale
- :1: proportional to movie height
- :2: proportional to movie width
- :3: proportional to movie diagonal (default)
-
--subfont-text-scale=<0-100>
Sets the subtitle text autoscale coefficient as percentage of the screen
size (default: 3.5).