Re: Installation on windows (fwd)

2005-03-15 Thread Richard Frith-Macdonald
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-03-16 06:06:11 + Sheldon Gill <[EMAIL PROTECTED]> wrote: I've a range of "problems" regarding GNUstep in respect to the file system, some of which are wishes for better behaviour but some are certainly what I'd categorize as bugs. These "

Re: Installation on windows (fwd)

2005-03-15 Thread Sheldon Gill
Richard Frith-Macdonald wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-03-14 19:43:01 + Alex Perez <[EMAIL PROTECTED]> wrote: Nicola Pero wrote: here are currently issues with the path handling which causes certain things to only work inside the msys environment. If you remove

Re: Rendering of fixed-width fonts

2005-03-15 Thread Banlu Kemiyatorn
On Tue, 15 Mar 2005 22:12:02 -0700, Adam Fedor <[EMAIL PROTECTED]> wrote: > > On Mar 15, 2005, at 9:57 PM, Adrian Robert wrote: > > > > Ah. Attached is a patch implementing these functions in back-art. ;-) > > > > It modifies the existing DPSshow implementation to handle DPSxyshow, > > DPSxshow,

Re: [Gnustep-cvs] gnustep/core/base ChangeLog Headers/Foundation/...

2005-03-15 Thread Sheldon Gill
Richard Frith-Macdonald wrote: > On 2005-03-15 08:26:46 + Stefan Urbanek <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> In GSFindNamedFile you use: >> >> file_name = [NSString stringWithFormat: @"[EMAIL PROTECTED]@", aName, >> anExtension]; >> >> should not that be rather: >> >> file_na

Re: Rendering of fixed-width fonts

2005-03-15 Thread Adam Fedor
On Mar 15, 2005, at 9:57 PM, Adrian Robert wrote: Ah. Attached is a patch implementing these functions in back-art. ;-) It modifies the existing DPSshow implementation to handle DPSxyshow, DPSxshow, and DPSyshow. Partial support is there for DPSwidthshow. Right now I just patched ftfont-old.m si

Re: Rendering of fixed-width fonts

2005-03-15 Thread Adrian Robert
On 2005-03-15 12:38:44 -0500 Adam Fedor <[EMAIL PROTECTED]> wrote: On Mar 15, 2005, at 7:33 AM, Adrian Robert wrote: This leads to the next question -- is it possible to detect at runtime whether you are running under Art or Xlib? (So as to change rendering strategies.) In a way, yes. You can

Re: Rendering of fixed-width fonts

2005-03-15 Thread Adrian Robert
On Mar 15, 2005, at 5:53 PM, Fred Kiefer wrote: Adrian Robert wrote: First, I can't find any reference to this on the web. Is everyone rendering this font character-by-character manually? Leaving the question of what's happening in Gnome/Gtk aside, if I render in GNUstep using a call to DPSmov

Re: Rendering of fixed-width fonts

2005-03-15 Thread Fred Kiefer
Adrian Robert wrote: First, I can't find any reference to this on the web. Is everyone rendering this font character-by-character manually? Leaving the question of what's happening in Gnome/Gtk aside, if I render in GNUstep using a call to DPSmoveto() followed by DPSshow() for every character,

Re: Rendering of fixed-width fonts

2005-03-15 Thread Adam Fedor
On Mar 15, 2005, at 7:33 AM, Adrian Robert wrote: This leads to the next question -- is it possible to detect at runtime whether you are running under Art or Xlib? (So as to change rendering strategies.) In a way, yes. You can check for the backend contexts, like this: if (GSClassFromName("ARTC

Rendering of fixed-width fonts

2005-03-15 Thread Adrian Robert
I recently posted about how the Art backend renders the supposedly fixed-width "VeraSansMono-Roman" in a non-fixed width way. For reference, here is the shot of size 12 showing a regular grid rendering on the bottom: <> The problem is not, apparently Art's; if you run FreeType's own rendering

Re: [Gnustep-cvs] gnustep/core/base ChangeLog Headers/Foundation/...

2005-03-15 Thread Richard Frith-Macdonald
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-03-15 08:26:46 + Stefan Urbanek <[EMAIL PROTECTED]> wrote: Hi, In GSFindNamedFile you use: file_name = [NSString stringWithFormat: @"[EMAIL PROTECTED]@", aName, anExtension]; should not that be rather: file_name = [aName stringB

Re: [Gnustep-cvs] gnustep/core/base ChangeLog Headers/Foundation/...

2005-03-15 Thread Stefan Urbanek
Hi, In GSFindNamedFile you use: file_name = [NSString stringWithFormat: @"[EMAIL PROTECTED]@", aName, anExtension]; should not that be rather: file_name = [aName stringByAppendingPathExtension:anExtension]; ? Stefan Citát Richard Frith-Macdonald <[EMAIL PROTECTED]>: > CVSROOT: