Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Command prompt font is too small and the size is to small ?
QtWS25 Last Chance

Command prompt font is too small and the size is to small ?

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 816 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    flex567
    wrote on last edited by
    #1

    How can I enlarge the size of command prompt's box and text size, permenatly. When I run program in Qt I get very small command prompt's box and text size. If I right click cmd and go to proparties and change the font size the settings don't stay permanatly. The next time I run program in Qt I have small cmd box and font again.

    http://i60.tinypic.com/vsdet5.png

    1 Reply Last reply
    0
    • Q Offline
      Q Offline
      Qub1
      wrote on last edited by
      #2

      You'll have to edit some registry keys using QSettings.

      Simply point QSettings to this path and modify the keys that specify a font type: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Console\TrueTypeFont

      (not sure what the names of the keys are, you'll have to open up regedit and take a look - I found the above after a quick Google search)

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved