public inbox for cygwin-xfree@sourceware.org
help / color / mirror / Atom feed
* Working with fonts
@ 2003-12-31  1:57 laboiss1
  2003-12-31  2:03 ` Thomas Dickey
  2003-12-31  6:55 ` Igor Pechtchanski
  0 siblings, 2 replies; 4+ messages in thread
From: laboiss1 @ 2003-12-31  1:57 UTC (permalink / raw)
  To: cygwin-xfree

Hi,

I am trying to setup my xterm with the -fn -fs option in order to increase the font size. I just can't figure out how and which fonts to select, and therefore it always defaults to "fixed". Does anybody have a font primer? I'm looking for things such as which directory to uncompress fonts, what names to use and how to link them?

tks,
Paul Laboiss


__________________________________________________________________
New! Unlimited Access from the Netscape Internet Service.
Beta test the new Netscape Internet Service for only $1.00 per month until 3/1/04.
Sign up today at http://isp.netscape.com/register
Act now to get a personalized email address!

Netscape. Just the Net You Need.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Working with fonts
  2003-12-31  1:57 Working with fonts laboiss1
@ 2003-12-31  2:03 ` Thomas Dickey
  2003-12-31  6:55 ` Igor Pechtchanski
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Dickey @ 2003-12-31  2:03 UTC (permalink / raw)
  To: cygwin-xfree

On Tue, 30 Dec 2003 laboiss1@netscape.net wrote:

> Hi,
>
> I am trying to setup my xterm with the -fn -fs option in order to
> increase the font size. I just can't figure out how and which fonts to
> select, and therefore it always defaults to "fixed". Does anybody have a
> font primer? I'm looking for things such as which directory to
> uncompress fonts, what names to use and how to link them?

-fn and -fs are unrelated.

-fn selects the "normal" font (the first entry of the control/right mouse
menu), while -fs selects a size for the font given by the -fa option.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Working with fonts
  2003-12-31  1:57 Working with fonts laboiss1
  2003-12-31  2:03 ` Thomas Dickey
@ 2003-12-31  6:55 ` Igor Pechtchanski
  1 sibling, 0 replies; 4+ messages in thread
From: Igor Pechtchanski @ 2003-12-31  6:55 UTC (permalink / raw)
  To: cygwin-xfree

On Tue, 30 Dec 2003 laboiss1@netscape.net wrote:

> Hi,
>
> I am trying to setup my xterm with the -fn -fs option in order to
> increase the font size. I just can't figure out how and which fonts to
> select, and therefore it always defaults to "fixed". Does anybody have a
> font primer? I'm looking for things such as which directory to
> uncompress fonts, what names to use and how to link them?
>
> tks,
> Paul Laboiss

Umm, line wrapping would be nice...

That aside, are you trying to specify some existing font for the xterm, or
add your own fonts?  If the former, xlsfonts and xfontsel are your
friends.  Make sure you specify either a complete alias, or enough
properties to uniquely identify the font (xfontsel won't show aliases,
IIRC).

If the latter (add new fonts), there are a few steps which I don't recall
at the moment and won't dig for unless that's what you wanted, so let me
know.  FWIW, you can do similar things to add a font alias, which might
make the font specification in the previous paragraph easier.
	Igor
P.S. You only need the '-fn' option.
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Working with fonts
@ 2003-12-31 16:03 laboiss1
  0 siblings, 0 replies; 4+ messages in thread
From: laboiss1 @ 2003-12-31 16:03 UTC (permalink / raw)
  To: cygwin-xfree

xlsfonts, xfontsel and -fn option did the trick. All I want is to increase the fonts on xterm, and the pre-existing fonts are suitable. 

Tks for your help.

pl 

>On Tue, 30 Dec 2003 laboiss1@netscape.net wrote:

>> Hi,
>>
>> I am trying to setup my xterm with the -fn -fs option in order to
>> increase the font size. I just can't figure out how and which fonts to
>> select, and therefore it always defaults to "fixed". Does anybody have a
>> font primer? I'm looking for things such as which directory to
>> uncompress fonts, what names to use and how to link them?
>>
>> tks,
>> Paul Laboiss

>Umm, line wrapping would be nice...
>
>That aside, are you trying to specify some existing font for the xterm, or
>add your own fonts?  If the former, xlsfonts and xfontsel are your
>friends.  Make sure you specify either a complete alias, or enough
>properties to uniquely identify the font (xfontsel won't show aliases,
>IIRC).
>
>If the latter (add new fonts), there are a few steps which I don't recall
>at the moment and won't dig for unless that's what you wanted, so let me
>know.  FWIW, you can do similar things to add a font alias, which might
>make the font specification in the previous paragraph easier.
>   Igor
>P.S. You only need the '-fn' option.
>-- 
>               http://cs.nyu.edu/~pechtcha/
>      |\      _,,,---,,_       pechtcha@cs.nyu.edu
>ZZZzz /,`.-'`'    -.  ;-;;,_       igor@watson.ibm.com
>     |,4-  ) )-,_. ,\ (  `'-'      Igor Pechtchanski, Ph.D.
>    '---''(_/--'  `-'\_) fL    a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!
>
>"I have since come to realize that being between your mentor and his route
>to the bathroom is a major career booster."  -- Patrick Naughton


__________________________________________________________________
New! Unlimited Access from the Netscape Internet Service.
Beta test the new Netscape Internet Service for only $1.00 per month until 3/1/04.
Sign up today at http://isp.netscape.com/register
Act now to get a personalized email address!

Netscape. Just the Net You Need.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-12-31 14:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-31  1:57 Working with fonts laboiss1
2003-12-31  2:03 ` Thomas Dickey
2003-12-31  6:55 ` Igor Pechtchanski
2003-12-31 16:03 laboiss1

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).