Hi,
I have been learning PencilKit, and playing around with the code sample from the WWDC20 talk #10148: https://developer.apple.com/videos/play/wwdc2020/10148/
Read the forum: https://developer.apple.com/forums/tags/wwdc20-10148
and as much documentation as I could ...
But I haven't found an API in PencilKit to use ... to convert typed text (with a selected font-face ... say Times New Roman) --> into a PKDrawing stroke path ...
Think Adobe Illustrator where you can select typed text, with a font-face ... and then choose to convert it into a path ... strokes ...
And I would like to do the same operation with the typed text, with a font-face ... but into a PKDrawing canvas instead ... as a stroke path ...
So I can get access to the stroke data ... and manipulate it with the pen ...
And I don't want to manually hand draw letter shapes in "Times New Roman" face ... or "Verdana" :-) ... like the Apple dev that wrote the sample code: https://developer.apple.com/forums/thread/650272
That is ... defenitly not the route I'd like to go down ...
Has someone any Idea how ... maybe ... I can "trace" a font-faced-text into PKDrawing strokes? :-)
cheers, Daniel.