cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
help
help
Jan 8, 2018 at 2:28am UTC
sharif101
(2)
hi
how to increase the size of font in c++ ?
Jan 8, 2018 at 3:53am UTC
cire
(8284)
C++ has no concept of what a font is. You'll be needing to seek out information on solutions for whatever platform/tools/libraries you're working with.
Jan 8, 2018 at 6:00am UTC
sharif101
(2)
i work c++ visual basic and when i write codes the font of these codes is so small so how can i increase
Jan 8, 2018 at 8:24am UTC
Thomas1965
(4571)
For windows console:
http://www.cplusplus.com/forum/general/118967/
Jan 8, 2018 at 8:58pm UTC
cire
(8284)
So, it sounds as if you just need to change your defaults and not necessarily do this programmatically.
https://technet.microsoft.com/en-us/library/cc978575.aspx
Topic archived. No new replies allowed.