Thread: changing font size in C++

  1. #1
    Registered User
    Join Date
    Apr 2013
    Posts
    103

    changing font size in C++

    how am i supposed to alter font size of text which appear in output screen?

  2. #2
    Registered User
    Join Date
    Aug 2005
    Location
    Austria
    Posts
    1,990
    Standard C++ doesn't have any means to do that ( it doesn't even know about a screen ).
    You need OS functions to do that. What OS do you use ?
    Kurt

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Changing the font size in dev c++
    By Sabra khan in forum Tech Board
    Replies: 3
    Last Post: 06-01-2012, 09:17 AM
  2. Replies: 1
    Last Post: 01-13-2011, 09:46 PM
  3. changing font size
    By f6ff in forum C++ Programming
    Replies: 2
    Last Post: 06-12-2006, 03:41 AM
  4. Changing font size of CStatic
    By earth_angel in forum Windows Programming
    Replies: 2
    Last Post: 08-12-2005, 10:51 AM
  5. changing font size
    By rajesh23 in forum Linux Programming
    Replies: 2
    Last Post: 03-03-2005, 04:51 PM