On Wed, May 12, 2010 at 05:50:08PM +0100, Ruth Ivimey-Cook wrote: > Hi, > > > I know I am asking a subjective question here, but still I think I may > > [RIC] Highly subjective, and while I am answering this is really not the right > forum... > > > 1) Can somebody suggest me some good fonts on the basis of experience, > > something that is good to read/write C codes? > > 2) I believe Courier OR Fixed fonts should be good, any inputs? > this will give some good suggestions http://markmail.org/search/?q=+list%3Acom.googlegroups.vim_use+font
a google on best/top programmer fonts will give you hours of reading various ones i've used from .Xdefaults aterm*font: -xos4-terminus-medium-r-normal-*-12-120-72-72-c-60-iso10646-1 #aterm*font: xft:Terminus:pixelsize=12 xterm.Font: xft:Terminus:pixelsize=8 #Xterm.Font: xft:Inconsolata:pixelsize=12 urxvt*font: -xos4-terminus-medium-r-normal--12-120-72-72-c-60-iso10646-1 #urxvt*font: xft:Terminus:pixelsize=12 #urxvt*font: xft:Inconsolata:pixelsize=12 #urxvt*font: xft:DejaVu Sans Mono:pixelsize=12 #urxvt*font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-3 #urxvt*font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-3 from .gvimrc " set guifont=-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1 " set guifont=Andale_Mono:h10:w "set guifont=Courier_New:b:h9 "set guifont=-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1 "set guifont=Courier\ New\ Bold\ 14 "set guifont=Triskweline\ Bold\ 12 "set guifont=Bitstream_Vera_Sans_Mono_Bold:h9:b:cANSI "set guifont=Bitstream\ Vera\ Sans\ Mono\ Bold "set guifont=-windows-proggyclean-medium-r-normal--13-80-96-96-c-70-iso8859-1 "set guifont=-xos4-terminus-bold-r-normal--16-160-72-72-c-80-iso8859-1 "set guifont=-xos4-terminus-bold-r-normal--20-200-72-72-c-100-iso8859-1 "set guifont=ProFontWindows\ 16 "set guifont=ProFontWindows\ 18 "set guifont=Monospace\ 14 "set guifont=Droid\ Sans\ Mono\ 14 set guifont=Terminus\ 12 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/
