diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2014-01-10 11:03:12 -0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-25 04:46:38 +0100 |
commit | 222fb8276dc4d32b26e939fb130165ddb6d5dddd (patch) | |
tree | c6c089e9d4164e339aa4d9718c84c7aa8d202aa8 /doc/filters.texi | |
parent | 5554c6dd455ce0aca44fea71fc6c2d77270b27a7 (diff) | |
download | ffmpeg-222fb8276dc4d32b26e939fb130165ddb6d5dddd.tar.gz |
lavfi/drawtext: get bitmap from glyph in a separate step
This change makes it possible to transform the glyph or get its border before
turning it into a bitmap.
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 242602c35a..602814ce22 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3594,7 +3594,7 @@ a combination of the following values: @item no_autohint @end table -Default value is "render". +Default value is "default". For more information consult the documentation for the FT_LOAD_* libfreetype flags. |