Can a value be set on a Variable Font's set of available AXIS(s), programmatically, using managed code (C#)? #1559
GUI-Kenny
started this conversation in
Feedback wanted
Replies: 1 comment 1 reply
-
@GUI-Kenny I'm guessing this is probably more of a question for Windows UI - you might want to cross-post this question there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can a value be set on a Variable Font's set of available AXIS(s), programmatically, using managed code (C#)? Like in a TextBlock control used in XAML.
I know how to do this with Fonts in CSS and HTML5, but don't know if .NET5 (WinUI 3) is set up to handle AXIS(s) from Variable Fonts. I also know, there is an interface, DWriteCore, where I can get AXIS information, and even functions to draw to a Device Context using these values.
Just want to set up a Slider to adjust Axis(s) and display the results.
I'm trying to see, where this capability is in Managed Code (C#).
Thank you in advance, for any assistance.
Beta Was this translation helpful? Give feedback.
All reactions