sportyguy209 Posted January 6, 2021 Posted January 6, 2021 Hello: I'm using the Mac desktop version of Affinity Designer on a Mac. I keep trying to import documents into Affinity Designer while maintaining editable text paths. The original documents have been created in AI and saved with the text fully editable. On import, I've tried all the various import options with the same results. The formats I've tried have been eps, pdf, and ai. A line of text imports correctly. But, text on paths imports as individual characters. Is there a way to import text on a path so it's fully editable? TIA Quote
v_kyr Posted January 6, 2021 Posted January 6, 2021 I don't think it supports this at all for other third party vector file formats. - BTW, it also can't interpret and doesn't parse the SVG "textPath" command, so that's also no option here. A small SVG example ... <?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="12cm" height="3.6cm" viewBox="0 0 1000 300" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs> <path id="MyPath" d="M 100 200 C 200 100 300 0 400 100 C 500 200 600 300 700 200 C 800 100 900 100 900 100" /> </defs> <desc>Example - simple text on a path</desc> <use xlink:href="#MyPath" fill="none" stroke="red" /> <text font-family="Verdana" font-size="42.5" fill="blue" > <textPath xlink:href="#MyPath"> We go up, then we go down, then up again </textPath> </text> </svg> textpath.svg ... which at least every webbrowser engine usually should be able to showup. sportyguy209 1 Quote ☛ Affinity Designer 1.10.8 ◆ Affinity Photo 1.10.8 ◆ Affinity Publisher 1.10.8 ◆ OSX El Capitan ☛ Affinity V2.3 apps ◆ MacOS Sonoma 14.2 ◆ iPad OS 17.2
sportyguy209 Posted January 7, 2021 Author Posted January 7, 2021 Thanks for your reply. That must be the answer, that AD just doesn't support this feature. That's too bad, because it would be nice if it did. Consider this a feature request. 🙂 Peter Quote
walt.farrell Posted January 7, 2021 Posted January 7, 2021 2 minutes ago, sportyguy209 said: Consider this a feature request. You need to post feature requests in one of the appropriate forums, such as Feedback for Affinity Designer on Desktop. Quote -- Walt Designer, Photo, and Publisher V1 and V2 at latest retail and beta releases PC: Desktop: Windows 11 Pro 23H2, 64GB memory, AMD Ryzen 9 5900 12-Core @ 3.00 GHz, NVIDIA GeForce RTX 3090 Laptop: Windows 11 Pro 23H2, 32GB memory, Intel Core i7-10750H @ 2.60GHz, Intel UHD Graphics Comet Lake GT2 and NVIDIA GeForce RTX 3070 Laptop GPU. Laptop 2: Windows 11 Pro 24H2, 16GB memory, Snapdragon(R) X Elite - X1E80100 - Qualcomm(R) Oryon(TM) 12 Core CPU 4.01 GHz, Qualcomm(R) Adreno(TM) X1-85 GPU iPad: iPad Pro M1, 12.9": iPadOS 18.5, Apple Pencil 2, Magic Keyboard Mac: 2023 M2 MacBook Air 15", 16GB memory, macOS Sequoia 15.5
sportyguy209 Posted January 7, 2021 Author Posted January 7, 2021 Hello Walt: Ok, will do. Thanks, Peter Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.