Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <5.1.0.14.2.20020228074837.0267f6f8@pop3.cris.com> X-Sender: rrschulz AT pop3 DOT cris DOT com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 28 Feb 2002 08:00:04 -0800 To: Alec , cygwin AT cygwin DOT com From: Randall R Schulz Subject: Re: rxvt & custom fonts In-Reply-To: <200202280712.CAA21495@apakabar.cc.columbia.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Alec, Cygwin uses Windows' fonts. The only exception I know of is the TeX software, which, as with all TeX software, uses its own fonts. To select a particular point size, append a hyphen and a decimal integer point size to the font's name as used and reported by Windows in the "Fonts" folder (under Control Panels, at least in Win 2K). For example, here's how I start RXVT on a 1280x1024 monitor: D:\cygwin\bin\rxvt.exe -g 110x89+485+-1 -bg #dddddd -fg #000000 -fn "Lucida Console-11" -sr -sl 5000 -tn rxvt -vb -e /bin/bash --login -i You may or may not have Lucida Console on your system. I cannot recall if that's one of the fonts I downloaded from the MS web site or if it was a built-in font on Windows 2000. Randall Schulz Mountain View, CA USA At 23:12 2002-02-27, Alec wrote: >Hi > >Under UNIX, I can do xlsfonts to see what fonts are available and then use >those while launching rxvt with the "-fn" option. Is there any way to find >out which fonts are available to Cygwin rxvt? > >Thanks >Alec -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/