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

[REBOL] Re: Font problem

From: tiamat:tiamat:2y at: 19-Nov-2001 20:59

Le Sun, 18 Nov 2001 20:29:36 -0700 Gregg Irwin <[greggirwin--mindspring--com]> ecrivit a <[rebol-list--rebol--com]> :
> Hi Arnault, > > << In rebol/view, my display font is way too big (like, on the left bar, > I > see "ebol.co" instead of "Rebol.com") >> > > I'm running W2K and haven't see that, or seen it mentioned here before. > Is > there anything in your user.r or prefs.r that is font related? > > What values do you see for face/font/size and face/font/name? You might > also > look at system/screen-face/font and see what it's using. > > Maybe REBOL can't find the font it wants and is making a substitution. > > --Gregg >
Hey Gregg :) Here's the content (snipped from my personal info ;) ) of my user.r REBOL [ Title: "User Preferences" Date: 18-Nov-2001/22:34:53+1:00 ] set-net [[me--myaddr] "localhost" "localhost" 192.168.1.100 8080 generic] if (not none? system/view) [ system/view/screen-face/options: [dither] And my prefs.r : REBOL [Title: "User Preferences" Date: 19-Nov-2001/1:11:48+1:00 ] name: "me" pass: none express: "none" server: "none" script: "none" proxy-user: none proxy-pass: "" root: none poll-time: none connect-wait: none log: false debug: false window-size: none window-offset: 291x337 icon-offset: none keymap: none auto-connect: true always-close: true desktop: true skin: none ] set-user-name "me" As you can see, there's no mention of anything related to fonts ... I tried it on my laptopt, and everything works fine :) 10x A. -- Arnault Claden email : [tiamat--club-internet--fr] - [tiamat--tiamat--2y--net] ICQ : 11010589 URL 1 : http://perso.club-internet.fr/tiamat URL 2 : http://tiamat.2y.net