On Sun, Jun 20, 2010 at 09:47:28AM -0400, Jorge Arellano Cid wrote:
On Sat, Jun 19, 2010 at 08:30:33PM +0000, corvid wrote:
Do you have any opinions on something like:
# Default fonts: # # If FLTK2 has been configured with Xft enabled (the default), you can # use scalable fonts such as DejaVu or Liberation (try running "fc-list"). #font_serif="DejaVu Serif" #font_sans_serif="DejaVu Sans" #font_cursive="URW Chancery L" #font_fantasy="DejaVu Sans" #font_monospace="DejaVu Sans Mono" # # Otherwise, use bitmapped fonts like the following (for a list, try running # "xlsfonts -fn *-iso10646-1 | grep -v -e -0-0 | cut -d - -f 3 | sort | uniq"). # font_serif="times" # font_sans_serif="helvetica" # font_cursive="helvetica" # font_fantasy="helvetica" # font_monospace="courier"
If there's a nicer way to get the second list, that would be, well, nice :)
I don't know of a better way to list them. OTOH, the above command is just one copy&paste away. Enough for me!
In reference to post "Unexplained Dillo Segfault" concerning var font bug in fltk, all I know is on a default install of xorg, xorg provides a default fixed bitmap font. I don't know of a default variable font. My knowledge is slim at best here, besides running a stand alone Xorg install here without any other stuff I don't need. $ xlsfonts -fn *-iso10646-1 | grep -v -e -0-0 | cut -d - -f 3 | sort | uniq terminus But I only installed terminus fonts because I recently found out how readable they are on framebuffer console! In Xorg, I usually use bitstream-vera. -- Roger http://rogerx.freeshell.org/