swharden / SWHarden.com

The personal website of Scott W Harden
https://swharden.com
MIT License
4 stars 0 forks source link

Feedback on `MeasureString() with Maui.Graphics` #23

Open PopeGregoryIX opened 6 months ago

PopeGregoryIX commented 6 months ago

Regarding https://swharden.com/blog/2021-10-16-maui-graphics-measurestring/

Very useful, thank you. Quick addendum with .Net 8:

Initialising Font with new() causes GetStringSize to cause an ArgumentException. Tracing this error points to the fact that the default font weight is 400.

Calling new Font(string.Empty, 100) stops this error from happening.