-
Notifications
You must be signed in to change notification settings - Fork 0
refactor(font): migrate to scripting system powered by Rust/subsecond #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7a9148a to
5e23c45
Compare
a8212c6 to
e180ae3
Compare
| mod math; | ||
| mod shape; | ||
|
|
||
| use monoxide_script::{FontParamSettings, ast::FontContext}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMHO FontParamSettings can be left in the font crate instead of going into monoxide_script, since it's actually per-font?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is pre-existing; probably it'd be better to leave it to another PR. Also, I haven't cleaned up the flocking JS code yet.
Part of #21.
Blocking on:
--argsand handle merging in@serverand@clientDioxusLabs/dioxus#4212