If all of the above is gibberish but you're curious, basically, here's the thing:
- most vector drawing tools (I use #AffinityDesigner) will happily open & use TrueType or OpenType fonts, but their model of a "font" is typically "a closed outline stroke with a fill"
- things like laser cutters and CNC machines love paths/strokes, but they don't grok "fill" (or, in the case of modern laser cutters, they do, but it's finicky and you have to do a lot of trial-and-error tweaking to get the stroke & the fill working together so that the type renders like you want it to)
- there are quite a few sources for single-path SVGs of classic engraving fonts (including Fedi's favorite, #Gorton) but if you want to actually lay out words instead of single characters . . . lotta manual work
- the web application I linked above solves **this specific problem** by letting you do text layout, and then it outputs a single SVG that you can import into your CNC software or into your vector drawing software for integration into your designs