-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[iOS] GraphicsView DrawString - fix #26304
base: main
Are you sure you want to change the base?
Conversation
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.
Can you rebase this one for the new GraphicsView category?
Sure thing! |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/rebase |
canvas.FontColor = Colors.Black; | ||
canvas.FontSize = 10; | ||
canvas.Font = Microsoft.Maui.Graphics.Font.Default; | ||
canvas.DrawString("GraphicsText", dirtyRect.Left + dirtyRect.Width / 2, dirtyRect.Top + dirtyRect.Height / 2, HorizontalAlignment.Left); |
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.
Could you update the test to include multiple strings using all the different HorizontalAlignment options?
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.
No problem! Done :)
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.
Azure Pipelines successfully started running 3 pipeline(s). |
@Eilon and @StephaneDelcroix please let me know what needs to be done here to make a step forward with this? Thank you for your time and effort. |
I want to add a little bit to my previous comment #26304 (comment). Could it be possible to extend this fix to all the |
Issues Fixed
Fixes #24450
Fixes #8486
Fixes #4993