Hi Ammon.
Here's the response i got from Cyphre.
It works fine.

====================================================
put this function in your user.r (watch out line breaks):

-------------------snip---------------------------
set-default-font: func [
 "sets default font for /View"
 font-blk [block! word!] "block of font attributes"
 ][
 system/standard/face/font: make system/standard/face/font font-blk
 system/view/vid/vid-face/font: make system/view/vid/vid-face/font font-blk
 foreach [w s] system/view/vid/vid-styles [s/font: make s/font font-blk]
]
-------------------snip------------------------------

then you can use for example:

set-default-font [
    name: "fixedsys" ;or your favorite font
]

you can also put into the block any of these standard font parameters:
[
    name: "arial"
    style: none
    size: 12
    color: 0.0.0
    offset: 2x2
    space: 0x0
    align: 'center
    valign: 'center
    shadow: none
]
====================================================


----- Original Message -----
From: "Ammon Johnson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 24, 2002 3:15 PM
Subject: [REBOL] Re: Linux fonts


> would you be so kind as to email that to me?  I can't seem to access it
from
> behind my firewall. ;-(
>
> Thanks!!
> Ammon
>
>
> A short time ago, Cyphre, sent an email stating:
> > Hi Nicolas and Didier,
> >
> > I'm not sure if I remember but have look at:
> > http://www.escribe.com/internet/rebol/m17310.html
> >
> > I hope this could solve your problem...
> >
> > regards
> >
> > Cyphre
> >
> >
> > ----- Original Message -----
> > From: "Nicolas Verscheure" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, April 23, 2002 10:58 AM
> > Subject: [REBOL] Re: Linux fonts
> >
> > > I encoutered the same problem under Linux Mandrake 8.0 and also BeOS
> > > Personal Edition 5.
> > >
> > > > -----Message d'origine-----
> > > > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la
part
> > > > de Didier Jacquemart
> > > > Envoy� : dimanche 21 avril 2002 14:37
> > > > � : [EMAIL PROTECTED]
> > > > Objet : [REBOL] Linux fonts
> > > >
> > > >
> > > >
> > > > Hello.
> > > > I've been working on Rebol under Windows.
> > > > Now, i'm trying it under Linux.
> > > > I appreciate the high compatiblity for my programs.
> > > >
> > > > But the default font in VID is hardly readable. How to change it
> > > > for all my programs and for the desktop too?
> > > >
> > > > Thank you.
> > > >
> > > >
> > > >
> > > > --
> > > > To unsubscribe from this list, please send an email to
> > > > [EMAIL PROTECTED] with "unsubscribe" in the
> > > > subject, without the quotes.
> > >
> > > --
> > > To unsubscribe from this list, please send an email to
> > > [EMAIL PROTECTED] with "unsubscribe" in the
> > > subject, without the quotes.
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to