Changeset 10612 for trunk/src/gdi32
- Timestamp:
 - Jun 16, 2004, 12:20:10 PM (21 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/gdi32/font.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/gdi32/font.cpp
r10605 r10612 1 /* $Id: font.cpp,v 1.3 6 2004-05-24 08:50:31sandervl Exp $ */1 /* $Id: font.cpp,v 1.37 2004-06-16 10:20:10 sandervl Exp $ */ 2 2 3 3 /* … … 320 320 } 321 321 322 #if 1323 if( afont.lfCharSet == ANSI_CHARSET )324 afont.lfCharSet = DEFAULT_CHARSET;325 #endif326 322 } 323 /* TODO: To work around problem in WGSS */ 324 if( afont.lfCharSet == ANSI_CHARSET ) 325 afont.lfCharSet = DEFAULT_CHARSET; 327 326 328 327 dprintf(("GDI32: CreateFontIndirectA\n"));  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  