Click here to Skip to main content
15,920,005 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi! All,

How to design a fixed width font for MFC SDI application?


Please do the needful.

Thanks and Regards
Sam
Posted

If you want a bitmap font, Fony[^] is quite a good editor.

You can use fonts without installing them with AddFontResource[^] or one of the related functions.
 
Share this answer
 
There is no such thing as font for MFC SDI application? In Windows (as well as most modern systems), a font is a system-wide product, you install it in the system.

If, by some reason, you need your own font (let me express some doubt that you really need it), you will need some font management software. Please see:

http://en.wikipedia.org/wiki/Font_management_software[^].

—SA
 
Share this answer
 
Comments
Mr Sam 11-Mar-13 4:45am    
OK, MS Gothic is a non monospaced font. So can we design our own font looking similar to MS Gothic with same pitch, same width? If my question is meaningless, plz ignore it.
Thanks
Sergey Alexandrovich Kryukov 11-Mar-13 10:14am    
How do I know if you can or not. Do you have a reasonably good font designer? With some skills, you can...
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900