freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] Comment on `FT_GlyphSlot_Slant'.


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] Comment on `FT_GlyphSlot_Slant'.
Date: Thu, 09 Feb 2023 03:59:32 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

  • 4f8c4b0f
    by Alexei Podtelezhnikov at 2023-02-09T03:59:30+00:00
    Comment on `FT_GlyphSlot_Slant'.

1 changed file:

Changes:

  • include/freetype/ftsynth.h
    ... ... @@ -73,7 +73,9 @@ FT_BEGIN_HEADER
    73 73
       FT_GlyphSlot_Oblique( FT_GlyphSlot  slot );
    
    74 74
     
    
    75 75
       /* Slant an outline glyph by a given sine of an angle.  You can apply    */
    
    76
    -  /* slant along either x- or y-axis.                                      */
    
    76
    +  /* slant along either x- or y-axis by choosing a corresponding non-zero  */
    
    77
    +  /* argument.  If both slants are non-zero, some affine transformation    */
    
    78
    +  /* will result.                                                          */
    
    77 79
       FT_EXPORT( void )
    
    78 80
       FT_GlyphSlot_Slant( FT_GlyphSlot  slot,
    
    79 81
                           FT_Fixed      xslant,
    


  • reply via email to

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