[Pythonmac-SIG] PyObjC and Quartz - CGContextShowGlyphsAtPoint

2013-04-28 Thread Rand Dvorak
Hello, I was wondering if any would could help with a issue I'm having with some PyObjC and Quartz. I have a class the creates a pdf contact sheet from a list of images. I have the need to include bar codes along with each image. On the sheet is text with the filename of each image and I n

[Pythonmac-SIG] PyObjC and Quartz - CGContextDrawGlyphsAtPoint

2013-04-28 Thread Rand Dvorak
PyObjC on Snow Leopard and Xcode 3.2. I've been trying to draw some text into a PDF context with a custom barcode font. I've tried translating this source, found here to Python: http://www.gogo-robot.com/2009/06/07/two-awkward-things-about-iphone-development/ And here is the relevant code fo

Re: [Pythonmac-SIG] PyObjC and Quartz - CGContextShowGlyphsAtPoint

2013-04-28 Thread Ronald Oussoren
On 29 Apr, 2013, at 1:13, Rand Dvorak wrote: > > Hello, > > I was wondering if any would could help with a issue I'm having with some > PyObjC and Quartz. I have a class the creates a pdf contact sheet from a > list of images. I have the need to include bar codes along with each image.