Click here to Skip to main content
15,891,423 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Setting Font for Menu Items Pin
Ian Darling12-Oct-03 3:41
Ian Darling12-Oct-03 3:41 
GeneralRe: Setting Font for Menu Items Pin
Beer2612-Oct-03 4:24
Beer2612-Oct-03 4:24 
GeneralRe: Setting Font for Menu Items Pin
Ian Darling12-Oct-03 4:57
Ian Darling12-Oct-03 4:57 
GeneralRe: Setting Font for Menu Items Pin
Beer2612-Oct-03 5:09
Beer2612-Oct-03 5:09 
GeneralRe: Setting Font for Menu Items Pin
Ian Darling12-Oct-03 5:22
Ian Darling12-Oct-03 5:22 
GeneralRe: Setting Font for Menu Items Pin
ramya8312-Oct-03 20:30
ramya8312-Oct-03 20:30 
GeneralRe: Setting Font for Menu Items Pin
ramya8312-Oct-03 18:04
ramya8312-Oct-03 18:04 
GeneralRe: Setting Font for Menu Items {EDITED} Pin
Ian Darling12-Oct-03 22:08
Ian Darling12-Oct-03 22:08 
Well, start here for some info that might be useful regarding character sets:

http://www.joelonsoftware.com/articles/Unicode.html[^]

In fact, IIRC JoS has a few articles that deal with developing for multiple langauges.

As long as you write your software with internationalization in mind (sometimes referred to as "i10n" or "i18n" - try googling those terms), you shouldn't need to worry about the specific fonts - as users in different languages will have the appropriate (unicode) font set themselves anyway!

I don't know of any developer that internationalizes their software in a manner that requires a new font being used instead of the systems default fonts.

HTH.

[EDIT] Just a thought - this still applies, even when the base operating system is set as English - at least on 2000/XP, as I seem to recall it's poosible to have multiple language bases installed. [/EDIT]

--
Ian Darling
"The moral of the story is that with a contrived example, you can prove anything." - Joel Spolsky
GeneralRe: Setting Font for Menu Items {EDITED} Pin
Mike Dimmick13-Oct-03 1:27
Mike Dimmick13-Oct-03 1:27 
GeneralRe: Setting Font for Menu Items {EDITED} Pin
Ian Darling13-Oct-03 4:53
Ian Darling13-Oct-03 4:53 
GeneralClass constructor modifying another class Pin
immanis10-Oct-03 19:54
immanis10-Oct-03 19:54 
GeneralRe: Class constructor modifying another class Pin
Blake Coverett10-Oct-03 20:57
Blake Coverett10-Oct-03 20:57 
GeneralQuestion about FindWindow. Pin
George210-Oct-03 17:36
George210-Oct-03 17:36 
GeneralRe: Question about FindWindow. Pin
Anthony_Yio10-Oct-03 22:25
Anthony_Yio10-Oct-03 22:25 
GeneralRe: Question about FindWindow. Pin
George211-Oct-03 19:43
George211-Oct-03 19:43 
General.NET and assembly Pin
Sirrius10-Oct-03 17:31
Sirrius10-Oct-03 17:31 
GeneralRe: .NET and assembly Pin
ZoogieZork10-Oct-03 18:20
ZoogieZork10-Oct-03 18:20 
GeneralRe: .NET and assembly Pin
Blake Coverett10-Oct-03 21:02
Blake Coverett10-Oct-03 21:02 
GeneralRe: .NET and assembly Pin
Beer2611-Oct-03 7:08
Beer2611-Oct-03 7:08 
GeneralRe: .NET and assembly Pin
Blake Coverett11-Oct-03 10:06
Blake Coverett11-Oct-03 10:06 
Generalhash trouble Pin
Sirrius10-Oct-03 17:27
Sirrius10-Oct-03 17:27 
GeneralRe: hash trouble Pin
ZoogieZork10-Oct-03 18:11
ZoogieZork10-Oct-03 18:11 
Questionhow to resize and reposition all the controls in a dialog Pin
pampatipraveen10-Oct-03 16:29
pampatipraveen10-Oct-03 16:29 
AnswerRe: how to resize and reposition all the controls in a dialog Pin
Ravi Bhavnani10-Oct-03 16:46
professionalRavi Bhavnani10-Oct-03 16:46 
Generalpassing parameters Pin
Sirrius10-Oct-03 14:00
Sirrius10-Oct-03 14:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.