From c67220c86fa6267d8e0aa5b69d0eebbe17e0ede2 Mon Sep 17 00:00:00 2001 From: eugeni Date: Fri, 27 Apr 2007 14:25:36 +0000 Subject: Add -ass-hinting option for setting font hinting method. It is possible to separately configure hinting for scaled and unscaled osd. The default is native hinter for unscaled osd (only vo_gl at this point), no hinting for vf_ass. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23152 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'DOCS/man/en/mplayer.1') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 946c3935e3..8591b518ae 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -1902,6 +1902,27 @@ Override some style parameters. .PD 1 . .TP +.B \-ass-hinting +Set hinting type. +.PD 0 +.RSs +.IPs +0: No hinting. +.br +1: FreeType autohinter, light mode. +.br +2: FreeType autohinter, normal mode. +.br +3: Font native hinter. +.br +0-3 + 4: The same, but hinting will only be performed if OSD is rendered at +screen resolution and, therefore, will not be scaled. +.br +The default value is 7 (use native hinter for unscaled OSD and no hinting otherwise). +.RE +.PD 1 +. +.TP .B \-ass-line-spacing Set line spacing value for SSA/ASS renderer. . -- cgit v1.2.3