We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VexFlow uses OTF fonts including SMUFL glyphs. I have suggested to use OpenType.js for rendering, but some glyphs require a 90° rotation. See w3c/smufl#218 (comment) See https://www.smufl.org/version/latest/range/multiSegmentLines/
A method should be provided to rotate the glyphs. (I am not an expert, perhaps there is already a way to do this, that I do not know)
Glyph functions might include an additional optional parameter to indicate the rotation angle.
I need to render the multi segment lines from SMUFL fonts vertically. See https://www.smufl.org/version/latest/range/multiSegmentLines/
The text was updated successfully, but these errors were encountered:
Ok it seems that it is not supported. I saw the comment in the code
// TODO rotation and stretch currently not supported
Any plan to support it?
Sorry, something went wrong.
No plan here, but a PR is always welcome :)
No branches or pull requests
VexFlow uses OTF fonts including SMUFL glyphs. I have suggested to use OpenType.js for rendering, but some glyphs require a 90° rotation.
See w3c/smufl#218 (comment)
See https://www.smufl.org/version/latest/range/multiSegmentLines/
Expected Behavior
A method should be provided to rotate the glyphs.
(I am not an expert, perhaps there is already a way to do this, that I do not know)
Possible Solution
Glyph functions might include an additional optional parameter to indicate the rotation angle.
Context
I need to render the multi segment lines from SMUFL fonts vertically.
See https://www.smufl.org/version/latest/range/multiSegmentLines/
Your Environment
The text was updated successfully, but these errors were encountered: