summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-04-02 11:27:09 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-04-02 11:48:08 +0200
commit17be8ef709fb0597bb8e619f64be72e7abe43118 (patch)
tree24d0bd8e628d506ec919e68bbcb1127fbf1a4773 /doc/filters.texi
parent0fff764bdb68f480d75f001f1b09e337cb264990 (diff)
drawtext: add documentation for the shadow parameters
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 80f6fb0a9b..1a00a75dc1 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -418,6 +418,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.