diff options
author | wm4 <wm4@nowhere> | 2012-10-03 17:00:37 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2012-10-16 07:26:31 +0200 |
commit | 8f8f6e6d9d27eef37640b363214a775647a0f2f4 (patch) | |
tree | 64c78eebb58a563ce8d6d02559dcff6e30520276 /DOCS/man/en/options.rst | |
parent | cf61928eecd87ba29324e501a3e4a0efde25d874 (diff) | |
download | mpv-8f8f6e6d9d27eef37640b363214a775647a0f2f4.tar.bz2 mpv-8f8f6e6d9d27eef37640b363214a775647a0f2f4.tar.xz |
sub: remove logic for disabling hinting on scaled EOSD
This was an extremely obscure setting, as it was used only with vo_gl
if its scaled-osd suboption was used. If you really want this, you can
set the desired ass-hinting value directly, and there will be literally
no loss in functionality.
Note that this didn't actually test whether the EOSD was scaled.
Basically, it only checked whether vo_gl had the scaled-osd suboption
set.
Diffstat (limited to 'DOCS/man/en/options.rst')
-rw-r--r-- | DOCS/man/en/options.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index bf297018a9..0b623859e5 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -163,8 +163,6 @@ :1: FreeType autohinter, light mode :2: FreeType autohinter, normal mode :3: font native hinter - :0-3 + 4: The same, but hinting will only be performed if the OSD is - rendered at screen resolution and will therefore not be scaled. The default value is 0 (no hinting). |