What font and font size do you use in your IDE?
-
It occurred to me today that I am getting old. My eyes are tired after years of programming and half a dozen pair of increasingly thick eyeglasses. So, today I bumped up my font size in Visual Studio. After years of developing with the smallest font size capable of showing the difference between a parenthesis and a curly brace I have changed to 10pt Lucida Console. So it made me think to ask... What font and font size do you use in your IDE?
Proggy Tiny True Type. with slashed zero. but in only looks good in one size(forget which one. 12 i think). looks very small but very easy to read. cant rememebr the site, but a google search for "proggy fonts" will do it;)
:badger:
-
hmmm, i'm on vs2003 - wonder if that renders it ok? I go tools/options environments/fonts&colors and pick the font? I don't see "consolas" or whatever in the list... am i screwed on vs2003, too? thanks :-O ...Steve
No. Shouldn't be. Check that it installed properly. If not, then I'll put the ttf files up for you to download. Just keep it on the DL. ;)
-
It occurred to me today that I am getting old. My eyes are tired after years of programming and half a dozen pair of increasingly thick eyeglasses. So, today I bumped up my font size in Visual Studio. After years of developing with the smallest font size capable of showing the difference between a parenthesis and a curly brace I have changed to 10pt Lucida Console. So it made me think to ask... What font and font size do you use in your IDE?
Tom Welch wrote:
What font and font size do you use in your IDE?
Default or Consolas 9pt with sligthly blue background. jhaga
It would be glorious to see mankind at leisure for once. It is nothing but work, work, work. I cannot easily buy a blank-book to write thoughts in; they are commonly ruled for dollars and cents. A[man], seeing me making a minute in the fields, took it for granted that I was calculating my wages. — business! - I think that there is nothing, not even crime, more opposed to poetry, to philosophy, ay, to life itself, than this incessant business. Henry David Thoreau
-
Nishant Sivakumar wrote:
maybe the cold Toronto weather shrunk your fonts
You think this is a Seinfeld episode? :) Actually I find Lucida Console 8pt to be ideal even at home (where I have a smaller monitor). I've always preferred a smaller font and consequently increased screen real-estate. Although I'd find anything less than 8pt hard to read. /ravi
This is your brain on Celcius Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com
Ravi Bhavnani wrote:
You think this is a Seinfeld episode?
:laugh::laugh::laugh:
-
No. Shouldn't be. Check that it installed properly. If not, then I'll put the ttf files up for you to download. Just keep it on the DL. ;)
Could you put up that file for the rest of us who is still using Vs2003? Just to try out :)
company, work and everything else www.netis.ro
-
No. Shouldn't be. Check that it installed properly. If not, then I'll put the ttf files up for you to download. Just keep it on the DL. ;)
Dang. That setup.exe is givin' me: The wizard was interrupted before the Consolas Font Family could be completely installed. Sheesh. The .TTF files would be cool :) It's not like I'm gonna go sell em or somethin' :rolleyes: ...Steve
-
Nishant Sivakumar wrote:
maybe the cold Toronto weather shrunk your fonts
You think this is a Seinfeld episode? :) Actually I find Lucida Console 8pt to be ideal even at home (where I have a smaller monitor). I've always preferred a smaller font and consequently increased screen real-estate. Although I'd find anything less than 8pt hard to read. /ravi
This is your brain on Celcius Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com
Ravi Bhavnani wrote:
You think this is a Seinfeld episode?
:laugh:
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*) -
It occurred to me today that I am getting old. My eyes are tired after years of programming and half a dozen pair of increasingly thick eyeglasses. So, today I bumped up my font size in Visual Studio. After years of developing with the smallest font size capable of showing the difference between a parenthesis and a curly brace I have changed to 10pt Lucida Console. So it made me think to ask... What font and font size do you use in your IDE?
-
Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
Linkify!|Fold With Us! -
Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
Linkify!|Fold With Us!I like th eone which leppie uses too. He uses bitstream.
-
It occurred to me today that I am getting old. My eyes are tired after years of programming and half a dozen pair of increasingly thick eyeglasses. So, today I bumped up my font size in Visual Studio. After years of developing with the smallest font size capable of showing the difference between a parenthesis and a curly brace I have changed to 10pt Lucida Console. So it made me think to ask... What font and font size do you use in your IDE?
based on a similiar discussion a few months ago I've switched to Bitstream Vera Sans Mono. It's zero is a circle with a dot in the middle .. while not the same as a slash .. it still gets the point across. As far as the size goes, it depends how I'm feeling that day .. most of the time I run at 8pt but sometimes have to switch to 10. I have 3 buttons on my tool bar that map to macros that allow me to quickly switch between 8, 10 and 12 pt .. the 12 pt comes in handy when reviewing code with another person . The macros are all like :
Sub LMSetFont_8() Dim props As EnvDTE.Properties props = DTE.Properties("FontsAndColors", "TextEditor") props.Item("FontSize").let_Value(8) End Sub
btw, thats for 2003 .. I havent switched to 2005 yet so dont know what, if any, changes are required for that IDE.Rocket science is more fun when you actually have rockets - US Navy ad
-
It occurred to me today that I am getting old. My eyes are tired after years of programming and half a dozen pair of increasingly thick eyeglasses. So, today I bumped up my font size in Visual Studio. After years of developing with the smallest font size capable of showing the difference between a parenthesis and a curly brace I have changed to 10pt Lucida Console. So it made me think to ask... What font and font size do you use in your IDE?
Courier 10 (not Courier New) I've tried just about every other "programmer" font and have strongly disliked them all.
Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke
-
-
It occurred to me today that I am getting old. My eyes are tired after years of programming and half a dozen pair of increasingly thick eyeglasses. So, today I bumped up my font size in Visual Studio. After years of developing with the smallest font size capable of showing the difference between a parenthesis and a curly brace I have changed to 10pt Lucida Console. So it made me think to ask... What font and font size do you use in your IDE?
Courier New 9pt
image processing toolkits | batch image processing | blogging
-
hmmm, i'm on vs2003 - wonder if that renders it ok? I go tools/options environments/fonts&colors and pick the font? I don't see "consolas" or whatever in the list... am i screwed on vs2003, too? thanks :-O ...Steve
I use Consolas on VS 2003 and IBM WSAD, and I love it. Although, it seems to look even better on VS 2005. :~
Cheers, Vikram.
"...we are disempowered to cultivate in their communities an inclination to assimilate to our culture." - Stan Shannon.
-
I use Consolas 12 pt on both VS 2003 and IBM WSAD on a 17 inch CRT at 1152 x 864. I did try 1280 x 1024 but it hurt my eyes. :sigh:
Cheers, Vikram.
"...we are disempowered to cultivate in their communities an inclination to assimilate to our culture." - Stan Shannon.
-
I use Consolas on VS 2003 and IBM WSAD, and I love it. Although, it seems to look even better on VS 2005. :~
Cheers, Vikram.
"...we are disempowered to cultivate in their communities an inclination to assimilate to our culture." - Stan Shannon.
Ok. It installed at home for some reason. I'm setup now! nice font! ...Steve
-
I had Consolas at 10pt - changed it to 11 and now my eyes don't hurt as much any more. :-)
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)Do you wear glasses? If 10pt hurts your eyes maybe you should have them checked out. I use Consolas 8pt on a 14" LCD and my eyes don't get sore, but my contact lenses have been my best friend. Well, most of the time.
-
Nishant Sivakumar wrote:
maybe the cold Toronto weather shrunk your fonts
You think this is a Seinfeld episode? :) Actually I find Lucida Console 8pt to be ideal even at home (where I have a smaller monitor). I've always preferred a smaller font and consequently increased screen real-estate. Although I'd find anything less than 8pt hard to read. /ravi
This is your brain on Celcius Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com
More often than not the rendering goes for a ball below 8pt.
-
Do you wear glasses? If 10pt hurts your eyes maybe you should have them checked out. I use Consolas 8pt on a 14" LCD and my eyes don't get sore, but my contact lenses have been my best friend. Well, most of the time.
Brady Kelly wrote:
Do you wear glasses?
Nope - but my eyesight seems to be diminishing - I can't read road signs as far ahead as my wife can. Though I think her eye sight is abonormally good.
Brady Kelly wrote:
I use Consolas 8pt on a 14" LCD and my eyes don't get sore, but my contact lenses have been my best friend. Well, most of the time.
I have a 19" LCD at work but I also use a rather high resolution. So 10pts would be rather small - but 11pts is a tad too big; I switched back to 10pts. I wish there was a 10.5 option.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)