The information in this article applies to:
SUMMARYWhen an MFC application is run under a DBCS (Double-byte Character Set, including Japanese, Chinese and Korean) in Windows NT or Windows 95, the default font specified for the dialog boxes within that application will be changed to the system font if they were originally set as "MS Sans Serif" or "Helv" in the RC file. MORE INFORMATIONCDialog::DoModal eventually calls the following code (excerpt from MFC source code dlgcore.cpp):
"MS Sans Serif" and "Helv" cannot correctly display double-byte strings.
Therefore, under a DBCS-enabled system, dialog boxes need to use the system
font instead.This font substitution does not occur on non-DBCS versions of Windows NT or Windows 95. Additional query words: 4.00 4.10 Kanji Hiragana Katakana Hangeul Hanzi
Keywords : kbIntlDev |
Last Reviewed: July 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |