Replies: 1 comment
-
I agree this is a papercut, and an easy solution here would be to reexport this type in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have written
svg2ttf
in Rust: https://github.com/kardwen/verglasWhile doing so i found the separation into the crates
read-fonts
andwrite-fonts
somewhat arbitrary. This is especially noticeable when trying to create a glyph where I needCurvePoint
which are inread-fonts
but are obviously also needed for drawing glyphs: https://github.com/kardwen/verglas/blob/main/src/forge/font/glyph.rsI am not experienced with fonts so my project has some rough edges but maybe you are interested in how I used crates from
fontations
? I would also greatly value feedback for it.Beta Was this translation helpful? Give feedback.
All reactions