Thread: Font size n ASCII code

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    13

    Font size n ASCII code

    Is't possible to make the font size bigger in C?
    What the 'delete', 'enter', 'escape' and 'backspace' represent by ASCII code?

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231

    Re: Font size n ASCII code

    >Is't possible to make the font size bigger in C?
    What font size are you talking about?

    >What the 'delete', 'enter', 'escape' and 'backspace' represent by ASCII code?
    Don't understand your question, but have you tried looking at the ASCII chart?
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Registered User
    Join Date
    Jul 2002
    Posts
    13
    My question is, is it possible to make the font size bigger in DOS mode created by C.

    'A' represent 65 in ASCII code, then 'delete' , 'backspace', 'enter', and 'escape' represent what in ASCII code? I don't have ASCII chart.

  4. #4
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    >I don't have ASCII chart.
    Try here
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  5. #5
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 16
    Last Post: 11-23-2007, 01:48 PM
  2. Error with a vector
    By Tropicalia in forum C++ Programming
    Replies: 20
    Last Post: 09-28-2006, 07:45 PM
  3. Obtaining the system font in custom size
    By @nthony in forum Windows Programming
    Replies: 6
    Last Post: 08-01-2006, 12:05 AM
  4. char copy
    By variable in forum C Programming
    Replies: 8
    Last Post: 02-06-2005, 10:18 PM
  5. The relation between Font Size & Dialog Units
    By Templario in forum Windows Programming
    Replies: 4
    Last Post: 02-27-2003, 05:32 PM