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 Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: Andrew DeFaria Subject: Re: decent fonts for rxvt in cygwin Date: Thu, 16 Oct 2003 20:07:17 -0700 Lines: 43 Message-ID: References: <20031017012445 DOT GA22768 AT mdssirds DOT comp DOT pge DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en,ru In-Reply-To: <20031017012445.GA22768@mdssirds.comp.pge.com> Edward Peschko wrote: > hey, > > I've been searching for decent fonts in cygwin, and haven't found a > really good method > for doing so. > > On solaris, I do a xlsfonts, pipe it to a file, and write a script to > cycle through the fonts at an obscenely high geometry value (ex: > 500x500). Because the windowing system prevents such a large screen, > it crops the windows as they are displaying. I then do a resize on the > window, and get a list of fonts with corresponding sizes. > > I then look at the fonts with reasonable values, aiming for two > windows, 90x90 (which my monitor can reasonably support, > resolution-wise). So far, the best fit I've found on solaris is 6x9. > > On cygwin its a different story though. I saw xlsfonts, but there > doesn't seem to be an equivalent to 'resize'. 'xwininfo' is available, > but it doesn't have an option to print the information about the > current window. > > So, right now, I'm scrolling through the 2000 or so fonts returned by > xlsfonts, manually looking through each one. > > Any better way to do this? Control Panel: Fonts? Run Xwin.exe? Proceed as on Solaris. Personally I use: *font: "Lucida Console-*-16" Note you could start an X server then script though: rxvt -fn "$font_name" rxvt is resizable via the normal mechanism of moving the mouse to the corner, clicking and dragging. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/