[REBOL] Re: Setting default font for all View sessions
From: brian:wisti:gm:ail at: 27-Dec-2006 13:33
On 12/27/06, Brian Wisti <brian.wisti-gmail.com> wrote:
> Hi,
>
> I'm suffering through REBOL/View 1.3.2.4.2 on CentOS 4 (a clone of
> Redhat enterprise with all the non-free bits taken out), and trying to
> figure out a workaround with the known font issues. Unfortunately,
> this is a work machine, so switching to a better distribution is not
> an option.
>
Following up to myself here for a second. The only default fonts it
can't find are "Helvetica" and "Times". So maybe I just need to know
how I can set font-sans-serif to "Verdana" and font-serif to
Georgia
.
Here's my test code, using the list at the mailing list post
http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-display-message.r?m=rmlNKCJ
as a guide:
view layout [
text "Courier" font-name "Courier"
text "Times" font-name "Times"
text "Helvetica" font-name "Helvetica"
text "Arial" font-name "Arial"
text "Verdana" font-name "Verdana"
text "Georgia" font-name "Georgia"
]
Times
and "Helvetica" are the only lines that come up blank.
Kind Regards,
Brian Wisti
http://coolnamehere.com/