[Openmcl-devel] Making a c-style array
Arthur Cater
arthur.cater at ucd.ie
Tue Feb 21 09:41:59 PST 2023
Thank you Ron.
Arthur
> On 21 Feb 2023, at 16:29, Ron Garret <ron at flownet.com> wrote:
>
> 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