Click here to Skip to main content
15,885,953 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi.
how can i change font size in c++.
my ide is code::blocks and some of functions like "SetCurrentConsoleFontEx" don't work.

Posted
Comments
Richard MacCutchan 22-Jan-13 5:10am    
Please explain what "don't work" means? Have you checked that all your parameter settings are correct and the function does not return an error?

1 solution

Make sure the the CONSOLE_FONT_INFOEX object you pass to the SetCurrentConsoleFontEx lives for as long you need the new font in the console.
 
Share this answer
 

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