Closed Miepee closed 1 year ago
Thanks for the fix @Miepee!
I'm not sure if the net7.0-macos workload already deals with this so that needs to be looked into first. If it does, the fix should probably go into MonoMac instead of in Eto.
Does the net7.0 workload use xamarin? if yes, it seems to have been merged about a year ago: https://github.com/xamarin/xamarin-macios/issues/12111
Yes they are the same. So we should do a similar fix for the MonoMac submodule instead.
Gotcha, will mark as ready to review then when I moved the fix to monomac.
Guess i was too slow, sorry for that
No worries @Miepee, I hope you didn't put too much work into it. I needed it for one of my projects so I thought I'd take a crack at it.
TextAlignment Right and Center are switched up on Arm64 Macos. So this PR fixes this by giving the switched up version in the ToEto/ToNS functions if the current running system is Arm.
Fixes #2250 (don't have a mac device currently, so didn't actually test).