The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Magnum on April 28, 2010, 02:26:09 AM

Title: Larger font in Qeditor
Post by: Magnum on April 28, 2010, 02:26:09 AM
My eyes are getting kinda bad and I need a larger font in Qeditor.

I increased the font size using editor font, but the size did not get any bigger.

Is there a way to make the font bigger?

Thanks.

Title: Re: Larger font in Qeditor
Post by: donkey on April 28, 2010, 03:05:22 AM
Select <Edit> <Settings> <Set Fonts> click on the [Editor Font] button and choose a font with the size you want (I like Courier New) then click OK. I tried it here and it works fine.
Title: Re: Larger font in Qeditor
Post by: MichaelW on April 28, 2010, 03:06:14 AM
It works for me, assuming I select a font that is scalable, and fonts like fixedsys, for example, are not.
Title: Re: Larger font in Qeditor
Post by: joemc on April 28, 2010, 03:24:59 AM
the best fixed width fonts are going to be raster (i.e. bitmap) fonts, which have to have a separate copy for each size or else it does not scale very well.  fixedsys only has size 9.  A unicode copy cat fixedsys excelsior (http://www.fixedsysexcelsior.com/) is at size 12, though i have never used it.

Programming in a non fixed width font is definitely strange.
Programming in a non fixed width font is definitely strange.
Title: Re: Larger font in Qeditor
Post by: GregL on April 28, 2010, 03:29:01 AM
Works for me too, I use Consolas and you can select the size and the weight.

BTW, if you are using Windows Vista or Windows 7, Consolas is an excellent font to use for programming IDEs and editors. It is a monospaced font with a slashed zero.

Inconsolata (http://levien.com/type/myfonts/inconsolata.html) is a font very similar to Consolas and it's free.

DejaVu Sans Mono (http://sourceforge.net/projects/dejavu/files/dejavu/dejavu-sans-ttf-2.30.zip) is good too, and free.
Title: Re: Larger font in Qeditor
Post by: MichaelW on April 28, 2010, 03:49:06 AM
Interesting, I was able to download Consolas from here:

http://www.microsoft.com/downloads/details.aspx?familyid=22e69ae4-7e40-4807-8a86-b3d36fab68d3&displaylang=en

And install it on my Windows 2000 system, which does not meet the Windows version requirements and which does not have any version of VS installed. The font works OK, and while I do like the slashed zero, it looks fairly ragged in the smaller sizes.
Title: Re: Larger font in Qeditor
Post by: GregL on April 28, 2010, 03:53:45 AM
MichaelW,

For Consolas to look good you need to turn ClearType on. Is that possible on Windows 2000?

I had successfully used it on Windows XP before with the download you posted.

Try Inconsolatas or DejaVu Sans Mono which are OpenType.

Title: Re: Larger font in Qeditor
Post by: MichaelW on April 28, 2010, 04:00:58 AM
There is no ClearType under Windows 2000, and I am using a CRT. But within my experience with ClearType under Windows XP, all fonts look more or less ragged, regardless of the display.

If I select a 16-point size it looks good, just a bit too big.

Title: Re: Larger font in Qeditor
Post by: GregL on April 28, 2010, 04:04:57 AM
MichaelW,

Sorry, I updated my post after you posted. See the last line.
Title: Re: Larger font in Qeditor
Post by: GregL on April 28, 2010, 04:16:22 AM
MichaelW,

16 is the point-size I use for Consolas in Qeditor and it's just right, I need a little larger font these days.  :lol

Glad to hear Consolas is working well for you on Windows 2000.

I see Windows 2000 supports OpenType, at least according to Wikipedia.

Title: Re: Larger font in Qeditor
Post by: MichaelW on April 28, 2010, 04:30:37 AM
Thanks Greg, DejaVu Sans Mono in a 12-point size looks good and is easy to read.

http://dejavu-fonts.org/wiki/index.php?title=Download

A 16-point font is too large because in my display properties the font size is set to Large Fonts (120 dpi).
Title: Re: Larger font in Qeditor
Post by: GregL on April 28, 2010, 04:35:01 AM
Quote from: MichaelWA 16-point font is too large because in my display properties the font size is set to Large Fonts (120 dpi).

Ah, I see. That would be too large. I run at 96 dpi.


An interesting thing about Consolas is that it can be used as a Console font, it looks nice.

Using Consolas as the Windows Console Font (http://www.hanselman.com/blog/UsingConsolasAsTheWindowsConsoleFont.aspx)
Title: Re: Larger font in Qeditor
Post by: dedndave on April 28, 2010, 04:56:49 AM
that font does look easy to read - i may have to give it a try   :bg

Greg - that last link tells you that XP users may get Consolas by installing the latest PowerPoint Viewer
thanks for the tip
Title: Re: Larger font in Qeditor
Post by: joemc on April 28, 2010, 07:03:19 AM
I like that font too
to download the font by itself visit http://www.microsoft.com/downloads/details.aspx?familyid=22e69ae4-7e40-4807-8a86-b3d36fab68d3&displaylang=en

edit:  not sure if i like it or not. may just need some getting used to. Almost looks like a child's handwritting or something. I don't recognize words (their shape as appose to reading each character) as quickly as other fonts.

oops you are suppose to have visual studio if you install it that way. i didn't read the whole page. Great link if you have visual studio.

the J is the strangest
Title: Re: Larger font in Qeditor
Post by: dedndave on April 28, 2010, 01:31:33 PM
i wondered about the VS thing on that one
you don't have to "like" PowerPoint to install the viewer - lol
i get e-mails that have PPT files, from time-to-time
someplace, i wrote a program that extracts all the JPG's out of PPT's and Word DOC's

the font looks like someone that knew what they were doing took the time to actually "design" it to be easy-to-read
it may take getting used to, but i think it will be easier on the eyes after you are accustomed
what will be hard is, going to someone elses computer that doesn't have it
Title: Re: Larger font in Qeditor
Post by: donkey on April 28, 2010, 08:20:14 PM
That font is definitely not for me, though I do like the strike through the zero I think I'll stick to Courier New. BTW shouldn't this thread be moved to the MASM32 forum ?
Title: Re: Larger font in Qeditor
Post by: dedndave on April 28, 2010, 08:57:43 PM
you could take the Courier New font, copy it and give it a new name "Courier Donkey",
then use FontEdit to add the strike
i also like a strike through my 7's and Z's - although i don't know of any fonts that have those
Title: Re: Larger font in Qeditor
Post by: GregL on May 01, 2010, 05:03:17 PM
Some more mono-spaced fonts that are good for programming editors and IDEs.

  http://hivelogic.com/articles/top-10-programming-fonts
  http://www.codinghorror.com/blog/2007/10/revisiting-programming-fonts.html
  http://www.codeproject.com/KB/work/FontSurvey.aspx
 
Borrowing from something Hutch said about editors and IDEs,  programming fonts are like girlfriends, everyone's choice is different.
Title: Re: Larger font in Qeditor
Post by: joemc on May 02, 2010, 05:48:00 PM
Very true, some people just use whatever font they can get :)
Title: Re: Larger font in Qeditor
Post by: farrier on May 03, 2010, 04:38:48 AM
hutch-- posted a link to the Dina font, and I've been using it for all my programming needs.

http://www.masm32.com/board/index.php?topic=3201.0

farrier
Title: Re: Larger font in Qeditor
Post by: dedndave on May 03, 2010, 07:54:02 AM
i noticed profont and sheldon fonts from Jibz's links also

http://www.tobias-jung.de/seekingprofont/