diff options
author | eugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-17 12:35:12 +0000 |
---|---|---|
committer | eugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-17 12:35:12 +0000 |
commit | 896c9c13847d2bda507646fdc87c412ef0e4a4de (patch) | |
tree | e7f7cbbe66886e010e68b69f18a5a89c7bde5250 /DOCS/man | |
parent | 29a164309f1d5bb13589dc0c38342cd585065c4e (diff) | |
download | mpv-896c9c13847d2bda507646fdc87c412ef0e4a4de.tar.bz2 mpv-896c9c13847d2bda507646fdc87c412ef0e4a4de.tar.xz |
Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21648 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 56e0a4b829..dfa5f2400a 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -1913,10 +1913,14 @@ Dumps the subtitle substream from VOB streams. Also see the \-dump*sub and \-vobsubout* options. . .TP -.B \-embeddedfonts (FreeType only) -Enables extraction of Matroska embedded fonts. +.B \-(no)embeddedfonts (FreeType only) +Enables extraction of Matroska embedded fonts (default: disabled). These fonts can be used for SSA/ASS subtitle -rendering (\-ass option). +rendering (\-ass option). Font files are created in ~/.mplayer/fonts directory. +.br +.I NOTE: +With FontConfig 2.4.2 or newer, embedded fonts are opened directly from memory, +and this option is enabled by default. . .TP .B \-ffactor <number> |