Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: help needed from graphics GURUS ?

From: carl:cybercraft at: 1-Sep-2002 12:52

On 01-Sep-02, Gregg Irwin wrote:
> Carl, Scott, et al > << Font-files all over the place in Windows by any chance? >> > Fonts need to be installed under Windows. Not knowing how REBOL uses > them, maybe finding the files is enough.
Just suck it and see... view layout [ text "Hello" font [name: "name-of-a-font-on-your-system"] ]
> If not, you'll need to use > EnumFontFamilies and EnumFonts, both of which use callback functions > that you can't do with REBOL at the present time (AFAIK). > --Gregg
-- Carl Read