|
Font cloning is a thing. Font tracing is usually done by printing out the character to be traced at very large scale -- I've seen about 12" x 12" -- and placing it directly on a large digitizing tablet. A sequence of strokes / points is collected for the outline of the character, and then curves of somewhat reduced degree are fit to those strokes / points to both reduce font data size and reduce the impact of errors, inaccuracies, and quantization in the data capture. Even at this huge scale, and with this amount of effort, the outline of your character will be very close to -- visually identical to! -- the starting character, but not exact. As a result, the generated font program will be quite different. For example, it may use a different number of control points for equivalent curves. Now, one can imagine automating this process differently: Take a font file, digitally render each character, perturb it a small amount, and resynthesize the strokes to generate a new, different program for a visually identical font. This is generally against the terms of service for the initial font, however, which would make it a legal matter... |
I doubt there's anything in the ToS for most fonts prohibiting me from rendering a short story that just so happens to contain every character and post it online for everyone to enjoy. I couldn't possibly predict that my friend who doesn't even know the name of the font, let alone ever agreed to any ToS, would take that render and trace all the characters on it.
Note that I generically said "render", not image or raster, since from my understanding, an SVG or vector PDF render of the font (not embedded, but turned into paths) wouldn't be any more copyrightable than a raster, but far easier to clone.