Searched refs:nNameValue (Results 1 – 1 of 1) sorted by relevance
402 case 0x000: nNameValue += 23; break; // Unicode 1.0 in GetDevFontAttributes()405 case 0x003: nNameValue += 26; break; // UCS-2 in GetDevFontAttributes()406 case 0x301: nNameValue += 27; break; // Win UCS-2 in GetDevFontAttributes()408 case 0x30A: nNameValue += 0; // Win-UCS-4 in GetDevFontAttributes()411 case 0x100: nNameValue += 21; // Mac Roman in GetDevFontAttributes()422 if( nNameValue <= 0 ) in GetDevFontAttributes()453 nNameValue = 0; in GetDevFontAttributes()462 if( nBestNameValue < nNameValue ) in GetDevFontAttributes()465 nBestNameValue = nNameValue; in GetDevFontAttributes()472 if( nBestStyleValue < nNameValue ) in GetDevFontAttributes()[all …]
Completed in 11 milliseconds