I want to get the facename for a font, but I want the version that is not localized. If I am running in Japanese, I cannot seem to force the OS to give me the English equivalent name (e.g. MS PGothic). I've tried using EnumFontFamiliesEx in addition to GetLogFont (GetObject). Trying to use setlocale to trick the API did not work either. Thanks in advance for any help you can provide.