summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2023-02-09 03:59:30 +0000
committerAlexei Podtelezhnikov <apodtele@gmail.com>2023-02-09 03:59:30 +0000
commit4f8c4b0fc46ec220448f9db15f7a3a5923c35320 (patch)
tree2f5de46213c388d8e6820f8fd6e3be49e5ab8ba6
parent995ccfaca5b11efa28be9202a063e0d6270f0d17 (diff)
downloadfreetype2-4f8c4b0fc46ec220448f9db15f7a3a5923c35320.tar.gz
Comment on `FT_GlyphSlot_Slant'.
-rw-r--r--include/freetype/ftsynth.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/freetype/ftsynth.h b/include/freetype/ftsynth.h
index a1277cafc..5d1969765 100644
--- a/include/freetype/ftsynth.h
+++ b/include/freetype/ftsynth.h
@@ -73,7 +73,9 @@ FT_BEGIN_HEADER
FT_GlyphSlot_Oblique( FT_GlyphSlot slot );
/* Slant an outline glyph by a given sine of an angle. You can apply */
- /* slant along either x- or y-axis. */
+ /* slant along either x- or y-axis by choosing a corresponding non-zero */
+ /* argument. If both slants are non-zero, some affine transformation */
+ /* will result. */
FT_EXPORT( void )
FT_GlyphSlot_Slant( FT_GlyphSlot slot,
FT_Fixed xslant,