Given a glyph with open contours:
You can apply a noodle effect:
ufostroker -i Open.ufo -o Output.ufo noodle --size 30
Or you can choose a glyph from the UFO with closed contours (in this case the star
glyph) and apply a pattern-along-path effect:
ufostroker -i Open.ufo -o Output.ufo pattern -p star --spacing 30 --stretch true
Use ufostroker --help
, ufostroker noodle --help
or ufostroker pattern --help
to see more options. (There are many.)
rustup toolchain install nightly
)cargo build --release
target/release
All the heavy lifting is done by Matthew Blanchard and Fred Brennan's MFEK Math library.
This software is licensed under the Apache License, 2.0