Skip to content
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

Graphics TextAttribute wrongly uses FontName value for FontSize #20861

Merged
merged 1 commit into from Feb 28, 2024

Conversation

jfversluis
Copy link
Member

Description of Change

The .NET MAUI Graphics TextAttribute is using FontName value for FontSize.

Issues Fixed

Fixes #17314

@jfversluis jfversluis added the area/fonts 🅰️ Custom fonts and Font related API's label Feb 27, 2024
@jfversluis jfversluis requested a review from a team as a code owner February 27, 2024 11:37
@rmarinho rmarinho merged commit ce90b58 into main Feb 28, 2024
47 checks passed
@rmarinho rmarinho deleted the fix-17314 branch February 28, 2024 23:22
@github-actions github-actions bot locked and limited conversation to collaborators Mar 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/fonts 🅰️ Custom fonts and Font related API's
Projects
None yet
Development

Successfully merging this pull request may close these issues.

We should set the FontSize with correct TextAttribute name.
3 participants