From 4f8c4b0fc46ec220448f9db15f7a3a5923c35320 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Thu, 9 Feb 2023 03:59:30 +0000 Subject: [PATCH] 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,