diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-28 20:52:02 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-28 20:52:02 +0000 |
commit | fd44bbee3de65f95bdd9e5108b17277f1cac3d59 (patch) | |
tree | 4652fa878c4ee165fbea28d8d59abdcb3cfbabdc /DOCS | |
parent | 5e59ee334476b6fa1b557cb87d1dca8be24e02c3 (diff) |
freetype 2.0/2.1+ support - disabled by default until bugs fixed
patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7123 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/mplayer.1 | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index 2ea20be891..17d2c307ee 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -696,6 +696,48 @@ Search for the OSD/SUB fonts in an alternative directory (default: .I EXAMPLE: \-font ~/.mplayer/arial\-14/font.desc + +.I NOTE: + With FreeType, this option determines path to the text font file, +eg. + + -font ~/.mplayer/my_cool_font.ttf +.TP +.I NOTE: +The -subfont-* options are available only with FreeType support +compiled in. +.TP +.B \-subfont-encoding +Sets the font encoding. + +FreeType 2.1: When set to "unicode", all the glyphs from the +font file will be rendered and unicode will be used. This is +also the default setting. + +FreeType 2.0: Default is iso-8859-1. Unicode is not available. +.TP +.B \-subfont-text-scale +Sets the subtitle text autoscale coefficient (percentage of the +screen size). +.TP +.B \-subfont-osd-scale +Sets the osd elements autoscale coefficient. +.TP +.B \-subfont-blur +Sets the font blur radius. +.TP +.B \-subfont-outline +Sets the font outline thickness. +.TP +.B \-subfont-autoscale <0-3> +Sets the autoscale mode. Can be + 0 no autoscale, + 1 proportional to movie width, + 2 proportional to movie height, + 3 proportional to movie diagonal. + +Default is 3 (diagonal). Zero means that text-scale and osd-scale are +font heights in points. .TP .B \-noautosub Turns off automatic subtitles. |