Inherit from Inline #9076
christianzech
started this conversation in
General
Replies: 1 comment 1 reply
-
How are you customizing the Inlines exactly? Are you just altering TextRunProperies or are you adding your own TextRun implementations? We can mark CreateTextRunProperties virtual so this becomes customizable. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is it intentional that BuildTextRun() and AppendText() of Inline are internal? This disallows inheriting from Inline and making own inline elements. Atm, I need to inherit from Run instead. But as I want to control the variations of a OpenType font, the internal handling of the Font seems to break my font variation settings (especially for the weight).
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions