Thread: How to Change Text File Font Size

  1. #1
    Registered User
    Join Date
    Aug 2006
    Posts
    5

    How to Change Text File Font Size

    Hello, I am newbie here.

    I have a Microsoft Visual C++ 6.0 software that displayed sentences from a text file created before. The fonts displayed are too small. How could I change the font size so that they are larger?

    Thanks

  2. #2
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    Not sure if this actually solved the case, but this thread at least discussed it.

  3. #3
    Registered User
    Join Date
    Aug 2006
    Posts
    5
    No, I am doing the program codes in MFC.

    The software displays sentences from the text file. But, the font sizes are too small. Is it possible to make the fonts larger? Or is it impossible?

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    Well given the number of different fonts and sizes you can see on the average windows display, you gotta figure it's possible.
    Try here to start
    http://cboard.cprogramming.com/showthread.php?t=79619

    Most help pages have a "related topics" section which take you to related areas. Follow those links long enough and you should find what you want.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to use FTP?
    By maxorator in forum C++ Programming
    Replies: 8
    Last Post: 11-04-2005, 03:17 PM
  2. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  3. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  4. struct question
    By caduardo21 in forum Windows Programming
    Replies: 5
    Last Post: 01-31-2005, 04:49 PM
  5. Outputting String arrays in windows
    By Xterria in forum Game Programming
    Replies: 11
    Last Post: 11-13-2001, 07:35 PM