TheUniforms / Uniforms-Misc

Various UI helpers for Xamarin.Forms
https://www.nuget.org/packages/Uniforms.Misc/
Apache License 2.0
7 stars 2 forks source link

Fix: font not updating on Android #2

Closed mathjeff closed 3 years ago

mathjeff commented 3 years ago

Previously on Android, calling GetTextSize twice with two different fonts would reuse the first font in the second call

This change should cause the font name to be used for each call to GetTextSize

I haven't yet managed to build this project and verify this change (it seems that it might require updating Xamarin), would it help if I did that?

rudyryk commented 3 years ago

Thanks @mathjeff!