Thread: Changing the font size in dev c++

  1. #1
    Registered User
    Join Date
    May 2012
    Posts
    3

    Post Changing the font size in dev c++

    I am using dev c++ and wana enlarge some of the text size in my program. but i don't know how to do it. kindly would any one guide me and post a sample program for text size enlargement in dev c++????

  2. #2
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    Font size has next to nothing to do with C, and everything to do with the the API etc that you are using, yet you have provided no info whatsoever on this.
    I guess there is nothing we can do to help until you provide some useful information.
    My homepage
    Advice: Take only as directed - If symptoms persist, please see your debugger

    Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"

  3. #3
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,613
    There is probably an option in dev c++ to enlarge the text of the editor, if that is what you mean.

  4. #4
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,412
    Moved to Tech Board.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 01-13-2011, 09:46 PM
  2. changing font size
    By f6ff in forum C++ Programming
    Replies: 2
    Last Post: 06-12-2006, 03:41 AM
  3. Changing font size of CStatic
    By earth_angel in forum Windows Programming
    Replies: 2
    Last Post: 08-12-2005, 10:51 AM
  4. changing font size
    By rajesh23 in forum Linux Programming
    Replies: 2
    Last Post: 03-03-2005, 04:51 PM
  5. Changing font
    By Punkture in forum Windows Programming
    Replies: 3
    Last Post: 05-14-2003, 12:54 AM