Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-04-02 13:27:09 +0400
committerAnton Khirnov <anton@khirnov.net>2011-05-07 12:21:56 +0400
commit994de197c0d5dcf38d5ab68f8f03f37a890a4458 (patch)
treea0221a5693fffd369831151a055c15371eb9b465 /doc
parentc5420f100f9c5330817b2b76a88668199e1dfb04 (diff)
drawtext: add documentation for the shadow parameters
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 4f5e2380a3..9666f582f2 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -417,6 +417,17 @@ Used to draw a box around text using background color.
Value should be either 1 (enable) or 0 (disable).
The default value of @var{box} is 0.
+@item shadowx, shadowy
+The x and y offsets for the text shadow position with respect to the
+position of the text. They can be either positive or negative
+values. Default value for both is "0".
+
+@item shadowcolor
+The color to be used for drawing a shadow behind the drawn text. It
+can be a color name (e.g. "yellow") or a string in the 0xRRGGBB[AA]
+form (e.g. "0xff00ff"), possibly followed by an alpha specifier.
+The default value of @var{shadowcolor} is "black".
+
@item ft_load_flags
Flags to be used for loading the fonts.