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

Font problem

 [1/5] from: tiamat:tiamat:2y at: 19-Nov-2001 0:24


Hey folks :) Sorry, I'm totally newbie in the rebol world, so I hope you'll forgive my (maybe) stupid question. In rebol/view, my display font is way too big (like, on the left bar, I see "ebol.co" instead of "Rebol.com") I use rebol/view with Linux/Xfree 4.1.0 Thanks in advance if anybody can help. cya 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

 [2/5] from: greggirwin:mindspring at: 18-Nov-2001 20:29


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

 [3/5] from: g:santilli:tiscalinet:it at: 19-Nov-2001 19:14


Hello Arnault! On 19-Nov-01, you wrote: AC> In rebol/view, my display font is way too big (like, on the AC> left bar, I see "ebol.co" instead of "Rebol.com") It might be related to your X server's DPI configuation. I'm sorry I cannot help more... Regards, Gabriele. -- Gabriele Santilli <[giesse--writeme--com]> - Amigan - REBOL programmer Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/

 [4/5] 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,
<<quoted lines omitted: 8>>
> 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

 [5/5] from: greggirwin:mindspring at: 19-Nov-2001 14:09


Hi Arnault, << As you can see, there's no mention of anything related to fonts ... I tried it on my laptopt, and everything works fine :) >> Sorry, nothing else is coming to mind. Maybe you should send feedback to RT on it. Gabriele (I think) also posted something about it possibly being DPI setting related. --Gregg

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted