freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 4f8c4b0fc 1/2: Comment on `FT_GlyphSlot_Slant'.


From: Werner Lemberg
Subject: [freetype2] master 4f8c4b0fc 1/2: Comment on `FT_GlyphSlot_Slant'.
Date: Thu, 9 Feb 2023 01:26:54 -0500 (EST)

branch: master
commit 4f8c4b0fc46ec220448f9db15f7a3a5923c35320
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>

    Comment on `FT_GlyphSlot_Slant'.
---
 include/freetype/ftsynth.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]