-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Infinite Canvas dropdown font selector 2 #3914
Conversation
Thanks RosarioPulella for opening a Pull Request! The reviewers will test the PR and highlight if there is any conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌 |
This is almost there, but for some reason setting |
@Kyaa-dost @azchohfi @salmanmkc if you guys don't mind taking a look at this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 🚀
Hello @RosarioPulella! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
…s.xaml Co-authored-by: Michael Hawker MSFT (XAML Llama) <[email protected]>
Note: Control.FontSize is a double, perhaps win2d should allign with this and this should be changed to doulbe then.
or on enter for text input
Continued off of #3211
User can now input a font size via typed text and not only selection from out provided sizes.
PR Type
What kind of change does this PR introduce?
What is the current behavior?
You have to enter a font size with text in the textbox, I used the standard font sizes that are given in Microsoft Office PowerPoint (increments from 8 to 96).
What is the new behavior?
User can select the font size themselves now
PR Checklist
Please check if your PR fulfills the following requirements:
Other information