Comment on `FT_GlyphSlot_Slant'.

This commit is contained in:
Alexei Podtelezhnikov 2023-02-09 03:59:30 +00:00
parent 995ccfaca5
commit 4f8c4b0fc4
1 changed files with 3 additions and 1 deletions

View File

@ -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,