Ignore:
Timestamp:
Jun 16, 2004, 12:20:10 PM (21 years ago)
Author:
sandervl
Message:

DT: fixed font creation for ansi_charset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/font.cpp

    r10605 r10612  
    1 /* $Id: font.cpp,v 1.36 2004-05-24 08:50:31 sandervl Exp $ */
     1/* $Id: font.cpp,v 1.37 2004-06-16 10:20:10 sandervl Exp $ */
    22
    33/*
     
    320320    }
    321321
    322 #if 1
    323     if( afont.lfCharSet == ANSI_CHARSET )
    324         afont.lfCharSet = DEFAULT_CHARSET;
    325 #endif
    326322  }
     323  /* TODO: To work around problem in WGSS */
     324  if( afont.lfCharSet == ANSI_CHARSET )
     325      afont.lfCharSet = DEFAULT_CHARSET;
    327326
    328327  dprintf(("GDI32: CreateFontIndirectA\n"));
Note: See TracChangeset for help on using the changeset viewer.