Re: Making a c-style array
Ron Garret <[email protected]>
| Newsgroups | gmane.lisp.openmcl.devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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 >