-
Notifications
You must be signed in to change notification settings - Fork 36
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
Aligning of rests #189
Comments
It is caused by SetTextAlign old code
Fix:
Why the combination of kAlignCenter and kBaseLine doesn't want centered text? |
Btw: kAlignCenter is for the X or the Y axis ? or both? |
This part depends on the VGDevice implementation and I have no idea about Direct2D.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is likely a fault of my Direct2D implementation but it is very strange.
Rests are displayed a bit below their position.
Others are positioned correctly (notes, clef, keys etc) so, do you suspect something very weird?
The same happens with bar numbers but there I can add <numDy = 2>.
Note that hit-testing is correct, the bounding rectangle is at the place where it should be.
The text was updated successfully, but these errors were encountered: