Alex Henrie alexhenrie24@gmail.com writes:
@@ -5765,6 +5765,11 @@ static BOOL enum_face_charsets(const Family *family, Face *face, struct enum_cha else strcpyW(elf.elfFullName, family->FamilyName); }
/* Make sure that MS Shell Dlg says "MS Shell Dlg" and not "Tahoma" */
if (unsubstituted_face_name)
{
lstrcpynW(elf.elfLogFont.lfFaceName, unsubstituted_face_name, LF_FACESIZE);
}
So what happens to the full name in that case?