/[gnustep]/gnustep/core/back/Source/art/ftfont.m
ViewVC logotype

Diff of /gnustep/core/back/Source/art/ftfont.m

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34 by alexm, Thu Jul 3 20:04:55 2003 UTC revision 1.35 by alexm, Sat Jul 5 12:06:01 2003 UTC
# Line 990  static FT_Error ft_get_face(FTC_FaceID f Line 990  static FT_Error ft_get_face(FTC_FaceID f
990              {              {
991                NSLog(@"FTC_SBitCache_Lookup() failed with error %08x (%08x, %ix%i, %08x)\n",                NSLog(@"FTC_SBitCache_Lookup() failed with error %08x (%08x, %ix%i, %08x)\n",
992                  error, cur.font.face_id, cur.font.pix_width, cur.font.pix_height,                  error, cur.font.face_id, cur.font.pix_width, cur.font.pix_height,
993                  cur.flags);  #ifdef FT212_STUFF
994                    cur.type
995    #else
996                    cur.flags
997    #endif
998                    );
999                continue;                continue;
1000              }              }
1001    
# Line 1369  static FT_Error ft_get_face(FTC_FaceID f Line 1374  static FT_Error ft_get_face(FTC_FaceID f
1374              {              {
1375                NSLog(@"FTC_SBitCache_Lookup() failed with error %08x (%08x, %ix%i, %08x)\n",                NSLog(@"FTC_SBitCache_Lookup() failed with error %08x (%08x, %ix%i, %08x)\n",
1376                  error, cur.font.face_id, cur.font.pix_width, cur.font.pix_height,                  error, cur.font.face_id, cur.font.pix_width, cur.font.pix_height,
1377                  cur.flags);  #ifdef FT212_STUFF
1378                    cur.type
1379    #else
1380                    cur.flags
1381    #endif
1382                    );
1383                continue;                continue;
1384              }              }
1385    
# Line 1687  static FT_Error ft_get_face(FTC_FaceID f Line 1697  static FT_Error ft_get_face(FTC_FaceID f
1697          {          {
1698            NSLog(@"FTC_SBitCache_Lookup() failed with error %08x (%08x, %ix%i, %08x)\n",            NSLog(@"FTC_SBitCache_Lookup() failed with error %08x (%08x, %ix%i, %08x)\n",
1699              error, cur.font.face_id, cur.font.pix_width, cur.font.pix_height,              error, cur.font.face_id, cur.font.pix_width, cur.font.pix_height,
1700              cur.flags);  #ifdef FT212_STUFF
1701                cur.type
1702    #else
1703                cur.flags
1704    #endif
1705                );
1706            return NSZeroSize;            return NSZeroSize;
1707          }          }
1708    

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26