Greek leters and subscripts
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I like to use greek letters and subcript indexes for mathematical expressions and formulas in dialog forms and output strings of my Visual C++ MFC programs. Can some one explain how to do that. Thanks
-
I like to use greek letters and subcript indexes for mathematical expressions and formulas in dialog forms and output strings of my Visual C++ MFC programs. Can some one explain how to do that. Thanks
You do this by selecting appropriate fonts when outputting. For editable text, you will want to use the Rich edit control. For captions, you'll need CStatics with font-setting capabilities. For both types of controls, you'll find a multitude of articles on this site.