forked from dotnet/Microsoft.Maui.Graphics
-
Notifications
You must be signed in to change notification settings - Fork 0
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
IStringSizeService: HeigthForWidth is missing #13
Comments
Are you on it or do you want to delegate this? I once did this for GDI in C++... |
@thomiel i'm on it ... |
Ok, let me know if you need help with something else... |
@thomiel thanks, but it seems to to be finished, and GraphicsTester.Gtk works again ... |
ok, missunderstanding: this feature is implemented in Maui.Graphics.Gtk, but NOT in Maui.Graphics.IStringSizeService |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IStringSizeService can only measure the size of a string, given a fontsize
missing is the usecase:
there is a given Width, and the height for the string needs to be calculated
Hint:
this feature was implemented in Gtk.PlatformCanvas.Text
The text was updated successfully, but these errors were encountered: