NSGlyph

2008-10-04 Thread hatzicware
I can't figure out how NSGlyph works in methods like this: [path appendBezierPathWithGlyph:'x' inFont:[NSFont userFontOfSize: 14.0]] (Of course 'path' is an NSBezierPath.) What I get on the screen is not an '+', but an upper-case H in some outline font. And when I put in explicit Unicodes

Re: NSGlyph

2008-10-04 Thread hatzicware
Sorry, that method should have looked like this: [path appendBezierPathWithGlyph:'+' inFont:[NSFont userFontOfSize: 14.0]] On 4 Oct, 2008, at 11:59, [EMAIL PROTECTED] wrote: I can't figure out how NSGlyph works in methods like this: [path appendBezierPathWithGlyph:'x' inFont:[NSFont

Re: NSGlyph

2008-10-04 Thread Douglas Davidson
On Oct 4, 2008, at 11:59 AM, [EMAIL PROTECTED] wrote: I can't figure out how NSGlyph works in methods like this: [path appendBezierPathWithGlyph:'x' inFont:[NSFont userFontOfSize: 14.0]] (Of course 'path' is an NSBezierPath.) What I get on the screen is not an '+', but an upper-case H

Re: NSGlyph

2008-10-04 Thread Graff
On Oct 4, 2008, at 11:59 AM, hatzicware wrote: I can't figure out how NSGlyph works in methods like this: [path appendBezierPathWithGlyph:'x' inFont:[NSFont userFontOfSize: 14.0]] (Of course 'path' is an NSBezierPath.) What I get on the screen is not an '+', but an upper-case H