Thread: How do u change font sizein C??

  1. #1
    Registered User
    Join Date
    Feb 2005
    Posts
    1

    How do u change font sizein C??

    Hi, I am new to C and would appreciate if someone can show me or teach me the source code for changing font size in C

  2. #2
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    do you mean in a compiler/code IDE or in your programs? The system font used for text in console programs cannot be changed-you must use an outside library.

  3. #3
    Registered User
    Join Date
    Nov 2004
    Location
    USA
    Posts
    516
    if you are on something like dev cpp, and there is a console window, then you can change the font using a button on the window which is labelled as A.
    Code:
    >+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.[-]>++++++++[<++++>-] <.>+++++++++++[<++++++++>-]<-.--------.+++.------.--------.[-]>++++++++[<++++>- ]<+.[-]++++++++++.

  4. #4
    Registered User
    Join Date
    Mar 2004
    Posts
    494
    He doesnt want to change the font size on the editor, he wants to change the font size on the console/dos window, so when he outputs something or types something is different than the default DOS font size.
    When no one helps you out. Call google();

  5. #5
    ---
    Join Date
    May 2004
    Posts
    1,379
    Quote Originally Posted by PING
    if you are on something like dev cpp, and there is a console window, then you can change the font using a button on the window which is labelled as A.
    And what stone-age OS are you using?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DirectX | Drawing text
    By gavra in forum Game Programming
    Replies: 4
    Last Post: 06-08-2009, 12:23 AM
  2. Changing font using Word OLB
    By UnclePunker in forum Windows Programming
    Replies: 0
    Last Post: 07-07-2004, 05:47 AM
  3. how to change font of button's caption using MFC
    By urvashi in forum Windows Programming
    Replies: 5
    Last Post: 04-27-2004, 06:09 AM
  4. Replies: 2
    Last Post: 09-04-2001, 02:12 PM
  5. is there a way to set a pixel or change font color?
    By Flikm in forum C++ Programming
    Replies: 9
    Last Post: 09-01-2001, 01:24 PM