freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] Minor formatting.


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] Minor formatting.
Date: Sat, 03 Jun 2023 04:28:03 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

  • b641b607
    by Werner Lemberg at 2023-06-03T06:09:30+02:00
    Minor formatting.
    

3 changed files:

Changes:

  • src/gxvalid/gxvfgen.c
    ... ... @@ -97,7 +97,8 @@
    97 97
     #define EMPTYFEAT {0, 0, {NULL}}
    
    98 98
     
    
    99 99
     
    
    100
    -  static GX_Feature_RegistryRec featreg_table[] = {
    
    100
    +  static GX_Feature_RegistryRec featreg_table[] =
    
    101
    +  {
    
    101 102
         {                                       /* 0 */
    
    102 103
           "All Typographic Features",
    
    103 104
           0,
    

  • src/truetype/ttinterp.c
    ... ... @@ -3547,7 +3547,8 @@
    3547 3547
     
    
    3548 3548
     #ifdef TT_SUPPORT_SUBPIXEL_HINTING_INFINALITY
    
    3549 3549
         /* arguments to opcodes are skipped by `SKIP_Code' */
    
    3550
    -    FT_Byte    opcode_pattern[9][12] = {
    
    3550
    +    FT_Byte    opcode_pattern[9][12] =
    
    3551
    +               {
    
    3551 3552
                      /* #0 inline delta function 1 */
    
    3552 3553
                      {
    
    3553 3554
                        0x4B, /* PPEM    */
    
    ... ... @@ -7679,13 +7680,14 @@
    7679 7680
         FT_UShort  i;
    
    7680 7681
     
    
    7681 7682
     #ifdef TT_SUPPORT_SUBPIXEL_HINTING_INFINALITY
    
    7682
    -    FT_Byte    opcode_pattern[1][2] = {
    
    7683
    -                  /* #8 TypeMan Talk Align */
    
    7684
    -                  {
    
    7685
    -                    0x06, /* SPVTL   */
    
    7686
    -                    0x7D, /* RDTG    */
    
    7687
    -                  },
    
    7688
    -                };
    
    7683
    +    FT_Byte    opcode_pattern[1][2] =
    
    7684
    +               {
    
    7685
    +                 /* #8 TypeMan Talk Align */
    
    7686
    +                 {
    
    7687
    +                   0x06, /* SPVTL   */
    
    7688
    +                   0x7D, /* RDTG    */
    
    7689
    +                 },
    
    7690
    +               };
    
    7689 7691
         FT_UShort  opcode_patterns   = 1;
    
    7690 7692
         FT_UShort  opcode_pointer[1] = { 0 };
    
    7691 7693
         FT_UShort  opcode_size[1]    = { 1 };
    

  • src/truetype/ttobjs.c
    ... ... @@ -312,7 +312,8 @@
    312 312
     #define TRICK_SFNT_IDS_NUM_FACES  31
    
    313 313
     
    
    314 314
         static const tt_sfnt_id_rec sfnt_id[TRICK_SFNT_IDS_NUM_FACES]
    
    315
    -                                       [TRICK_SFNT_IDS_PER_FACE] = {
    
    315
    +                                       [TRICK_SFNT_IDS_PER_FACE] =
    
    316
    +    {
    
    316 317
     
    
    317 318
     #define TRICK_SFNT_ID_cvt   0
    
    318 319
     #define TRICK_SFNT_ID_fpgm  1
    


  • reply via email to

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