freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] * include/freetype/internal/t1types.h:


From: suzuki toshiya (@mpsuzuki)
Subject: [Git][freetype/freetype][master] * include/freetype/internal/t1types.h: Fix the indentation.
Date: Fri, 12 May 2023 00:52:50 +0000

suzuki toshiya pushed to branch master at FreeType / FreeType

Commits:

  • 7132f5b0
    by suzuki toshiya at 2023-05-12T09:49:58+09:00
    * include/freetype/internal/t1types.h: Fix the indentation.
    

1 changed file:

Changes:

  • include/freetype/internal/t1types.h
    ... ... @@ -201,30 +201,30 @@ FT_BEGIN_HEADER
    201 201
     
    
    202 202
       typedef struct  T1_FaceRec_
    
    203 203
       {
    
    204
    -    FT_FaceRec      root;
    
    205
    -    T1_FontRec      type1;
    
    206
    -    const void*     psnames;
    
    207
    -    const void*     psaux;
    
    208
    -    const void*     afm_data;
    
    209
    -    FT_CharMapRec   charmaprecs[2];
    
    210
    -    FT_CharMap      charmaps[2];
    
    204
    +    FT_FaceRec     root;
    
    205
    +    T1_FontRec     type1;
    
    206
    +    const void*    psnames;
    
    207
    +    const void*    psaux;
    
    208
    +    const void*    afm_data;
    
    209
    +    FT_CharMapRec  charmaprecs[2];
    
    210
    +    FT_CharMap     charmaps[2];
    
    211 211
     
    
    212 212
         /* support for Multiple Masters fonts */
    
    213
    -    PS_Blend        blend;
    
    213
    +    PS_Blend       blend;
    
    214 214
     
    
    215 215
         /* undocumented, optional: indices of subroutines that express      */
    
    216 216
         /* the NormalizeDesignVector and the ConvertDesignVector procedure, */
    
    217 217
         /* respectively, as Type 2 charstrings; -1 if keywords not present  */
    
    218
    -    FT_Int           ndv_idx;
    
    219
    -    FT_Int           cdv_idx;
    
    218
    +    FT_Int         ndv_idx;
    
    219
    +    FT_Int         cdv_idx;
    
    220 220
     
    
    221 221
         /* undocumented, optional: has the same meaning as len_buildchar */
    
    222 222
         /* for Type 2 fonts; manipulated by othersubrs 19, 24, and 25    */
    
    223
    -    FT_UInt          len_buildchar;
    
    224
    -    FT_Long*         buildchar;
    
    223
    +    FT_UInt        len_buildchar;
    
    224
    +    FT_Long*       buildchar;
    
    225 225
     
    
    226 226
         /* since version 2.1 - interface to PostScript hinter */
    
    227
    -    const void*     pshinter;
    
    227
    +    const void*    pshinter;
    
    228 228
     
    
    229 229
       } T1_FaceRec;
    
    230 230
     
    


  • reply via email to

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