comparison src/objects-msw.c @ 217:d44af0c54775 r20-4b7

Import from CVS: tag r20-4b7
author cvs
date Mon, 13 Aug 2007 10:08:34 +0200
parents 78f53ef88e17
children 0e522484dd2a
comparison
equal deleted inserted replaced
216:43306a74e31c 217:d44af0c54775
902 logfont.lfWeight = FW_BOLD; 902 logfont.lfWeight = FW_BOLD;
903 else if (stricmp (weight,"medium") == 0) 903 else if (stricmp (weight,"medium") == 0)
904 logfont.lfWeight = FW_MEDIUM; 904 logfont.lfWeight = FW_MEDIUM;
905 else if (stricmp (weight,"italic") == 0) /* Hack for early exit */ 905 else if (stricmp (weight,"italic") == 0) /* Hack for early exit */
906 { 906 {
907 logfont.lfWeight = FW_NORMAL; 907 logfont.lfItalic = TRUE;
908 style=weight; 908 style=weight;
909 } 909 }
910 /* the rest */ 910 /* the rest */
911 else if (stricmp (weight,"black") == 0) 911 else if (stricmp (weight,"black") == 0)
912 logfont.lfWeight = FW_BLACK; 912 logfont.lfWeight = FW_BLACK;