Converting Single Line Font To Vector

Post Reply
jasonx
Member
Posts: 46
Joined: Wed Jul 03, 2019 3:03 pm

Converting Single Line Font To Vector

Post by jasonx »

Hey everyone,

Trying to get a cnc machine to write text as a single line. I have a single line font but I need a way to convert this to vector.

For example the letter T will beccome two lines. Anyone have to achieve this before with pitstop, switch etc?
User avatar
tdeschampsBluewest
Member
Posts: 132
Joined: Tue Jun 01, 2021 11:57 am

Re: Converting Single Line Font To Vector

Post by tdeschampsBluewest »

Hi,

You can convert text to outlines using a single action (vectorize text), but this won't split a letter like "T" into separate elements.

If I understand correctly, you're looking to decompose letters like this:

T → | and _

V → \ and /

q → c and |

d → c and |

I'm not deeply familiar with CNC requirements, but wouldn't the control software handle such decomposition automatically?
With PitStop, your best option might be to switch to a font that's already visually separated, then vectorize it.

Here’s an example of such a font:
https://www.dafont.com/fr/calculator.font
Do you like the Enfocus Apps developed by Bluewest?
Feel free to leave a comment on the Appstore!
Post Reply