Graphics DrawString behavies different in higher versions of iOS? #27075
Labels
area-drawing
Shapes, Borders, Shadows, Graphics, BoxView, custom drawing
platform/iOS 🍎
t/bug
Something isn't working
Milestone
Description
I use UIGraphics in iOS to drawString and it is different between lower and higher versions of iOS
in higher than ios17 it is different or seems that
gra.SetShouldAntialias(false); gra.SetShouldSmoothFonts(false);
is not working.
Steps to Reproduce
1.Create .net mAUI project
2. open MainPage and then add an Image and an Button.
3. if you click the button then create UIGraphics and then set imageResource to the image
this is the code:
Link to public reproduction project repository
No response
Version with bug
8.0.100 SR10
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No
Relevant log output
The text was updated successfully, but these errors were encountered: