comparison DOCS/man/en/mplayer.1 @ 36731:428937529439

Update documentation on subfont-encoding.
author ib
date Thu, 13 Feb 2014 11:12:29 +0000
parents d1ee48e6cdb6
children af146b0d33f0
comparison
equal deleted inserted replaced
36730:8bc4d669c5d7 36731:428937529439
29 . 29 .
30 .\" -------------------------------------------------------------------------- 30 .\" --------------------------------------------------------------------------
31 .\" Title 31 .\" Title
32 .\" -------------------------------------------------------------------------- 32 .\" --------------------------------------------------------------------------
33 . 33 .
34 .TH MPlayer 1 "2014-01-24" "The MPlayer Project" "The Movie Player" 34 .TH MPlayer 1 "2014-02-13" "The MPlayer Project" "The Movie Player"
35 . 35 .
36 .SH NAME 36 .SH NAME
37 mplayer \- movie player 37 mplayer \- movie player
38 .br 38 .br
39 mencoder \- movie encoder 39 mencoder \- movie encoder
636 font_autoscale 636 font_autoscale
637 .RB ( subfont-autoscale ") (FreeType only)," 637 .RB ( subfont-autoscale ") (FreeType only),"
638 font_blur 638 font_blur
639 .RB ( subfont-blur ") (FreeType only)," 639 .RB ( subfont-blur ") (FreeType only),"
640 font_encoding 640 font_encoding
641 .RB ( subfont-encoding ") (FreeType only)," 641 .RB ( subfont-encoding ),
642 font_factor 642 font_factor
643 .RB ( ffactor ), 643 .RB ( ffactor ),
644 font_name 644 font_name
645 .RB ( font ), 645 .RB ( font ),
646 font_osd_scale 646 font_osd_scale
2900 .TP 2900 .TP
2901 .B \-subfont\-blur <0\-8> (FreeType only) 2901 .B \-subfont\-blur <0\-8> (FreeType only)
2902 Sets the font blur radius (default: 2). 2902 Sets the font blur radius (default: 2).
2903 . 2903 .
2904 .TP 2904 .TP
2905 .B \-subfont\-encoding <value> (FreeType only) 2905 .B \-subfont\-encoding <value>
2906 Sets the font encoding. 2906 Sets the font encoding.
2907 When set to 'unicode', all the glyphs from the font file will be rendered and 2907 When set to 'unicode', all the glyphs from the font file will be rendered and
2908 unicode will be used (default: unicode). (For other values than 'unicode' 2908 unicode will be used (default: unicode). (Without FreeType, setting any other
2909 your system has to support iconv(3) in order for this to work.) 2909 value than 'unicode' will disable unicode glyphs rendering for font.desc
2910 files. With FreeType and for other values than 'unicode' your system has to
2911 support iconv(3) in order for this to work.)
2910 . 2912 .
2911 .TP 2913 .TP
2912 .B \-subfont\-osd\-scale <0\-100> (FreeType only) 2914 .B \-subfont\-osd\-scale <0\-100> (FreeType only)
2913 Sets the autoscale coefficient of the OSD elements (default: 6). 2915 Sets the autoscale coefficient of the OSD elements (default: 6).
2914 . 2916 .