freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype-demos][master] * src/ftgrid.c: Sync with freetyp


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype-demos][master] * src/ftgrid.c: Sync with freetype.
Date: Sat, 30 Jul 2022 03:04:37 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType Demo Programs

Commits:

  • a78d6ebb
    by Alexei Podtelezhnikov at 2022-07-29T23:03:47-04:00
    * src/ftgrid.c: Sync with freetype.
    

1 changed file:

Changes:

  • src/ftgrid.c
    ... ... @@ -64,11 +64,11 @@
    64 64
       extern FT_Error
    
    65 65
       af_glyph_hints_get_num_segments( AF_GlyphHints  hints,
    
    66 66
                                        FT_Int         dimension,
    
    67
    -                                   FT_Int*        num_segments );
    
    67
    +                                   FT_UInt*       num_segments );
    
    68 68
       extern FT_Error
    
    69 69
       af_glyph_hints_get_segment_offset( AF_GlyphHints  hints,
    
    70 70
                                          FT_Int         dimension,
    
    71
    -                                     FT_Int         idx,
    
    71
    +                                     FT_UInt        idx,
    
    72 72
                                          FT_Pos        *offset,
    
    73 73
                                          FT_Bool       *is_blue,
    
    74 74
                                          FT_Pos        *blue_offset );
    
    ... ... @@ -277,8 +277,8 @@
    277 277
     
    
    278 278
         for ( dimension = 1; dimension >= 0; dimension-- )
    
    279 279
         {
    
    280
    -      FT_Int  num_seg;
    
    281
    -      FT_Int  count;
    
    280
    +      FT_UInt  num_seg;
    
    281
    +      FT_UInt  count;
    
    282 282
     
    
    283 283
     
    
    284 284
           af_glyph_hints_get_num_segments( hints, dimension, &num_seg );
    


  • reply via email to

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