cleanup and conformation of values description for -ass-hinting

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25314 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ptt 2007-12-06 11:30:35 +00:00
parent 34704eb1dc
commit 4e66f5b9d7
1 changed files with 13 additions and 11 deletions

View File

@ -2016,20 +2016,22 @@ Override some style parameters.
.TP
.B \-ass\-hinting <type>
Set hinting type.
<type> can be:
.PD 0
.RSs
.IPs <type>
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
.IPs 0
No hinting.
.IPs 1
FreeType autohinter, light mode.
.IPs 2
FreeType autohinter, normal mode.
.IPs 3
Font native hinter.
.IPs "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
.RE
.RSs
The default value is 7 (use native hinter for unscaled OSD and no hinting otherwise).
.RE
.PD 1