[Openmcl-devel] Making a c-style array

Ron Garret ron at flownet.com
Tue Feb 21 08:29:00 PST 2023


You want a heap-ivector.  You don't need to search the source, they are a released feature and well-described in the docs.

> On Feb 21, 2023, at 4:07 AM, Arthur Cater <arthur.cater at ucd.ie> wrote:
> 
> Hello again - after years of silence.
> 
> On Mac (Mojave - don’t ask!) I want to get the coordinates of a path for a glyph made by #/appendBezierPathWithGlyph:inFont: and #/glyphWithName:.
> 
> It seems #/elementAtIndex:associatedPoints: needs “a C-style array” and a ns:ns-mutable-array doesn’t fit the bill - and can’t be used to store ns:make-ns-point’s results anyway.
> 
> Please can somebody tell me what name I should search CCL’s sources for, what the crucial missing concept is.
> 
> Arthur
> 



More information about the Openmcl-devel mailing list