Bugs item #1229629, was opened at 2005-06-29 13:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1229629&group_id=2439
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: SciTE Group: Cosmetic Status: Open Resolution: None Priority: 5 Submitted By: Adam Strzelecki (ono) Assigned to: Nobody/Anonymous (nobody) Summary: Use native Windows fonts for dialogs and tabs Initial Comment: Windows applications should use "MS Shell Dlg" along with DIALOGEX DS_FIXEDSYS in resources flag to properly map to current active shell font in Windows system. Moreover when manually creating the controls it's better to use "MS Shell Dlg 2" for >= Win2k and for the old systems to have valid mapping. In tabs code also we haven't dynamically set the size depending on currenly chosen font sizes. To get brief explanation read: http://support.microsoft.com/Default.aspx?kbid=282187 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/nls_4qcn.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/_core_General_MBCS_Programming_Advice.asp Please apply attached patch to fix that. Regards. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1229629&group_id=2439 _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
