Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 715 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 715 Bytes

Archived

This repo is archived. Please do not use this code. You can find an updated version of this stroking utility at https://github.com/MFEK/stroke. You can also find an updated version of the algorithms at https://github.com/MFEK/math.rlib.

Stroke

A set of utilities for stroking paths in font glyphs written in rust.

It is a part of the MFEQ editor project.

Stroke takes unified font object files and applies path stroking algorithms to them. Currently only pattern along path is provided.

Pattern Along Path

This was generated with the following command:

cargo run -- --pattern simple.glif --path Q_.glif --out output.glif --sx 0.3 --sy 0.1 --stretch true --subdivide 2 --mode repeated