Replies: 2 comments 1 reply
-
I've been away from this project for a while, and can't remember the reason for updating this property. I do remember that we added an alternative to it, just not what it was. I will revisit this project later in Q1 and start planning for a revamped 2.0. Just let me know if you can't figure it out, and I'll take a look. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
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.
-
I just updated to RTK 1.1.2, (from 1.0? not sure, it's been a while). I had previously set a default font like this:
FontRepresentable.richTextFont =myFont
but that's now
get
only.Yes, I can set the font in the config block like this:
however that's apparently too late. I use a placeholder string. Since updating, the placeholder string is in the default font instead of
myFont
, as it used to be.I set the placeholder string with a workaround described here. And I understand if that workaround is no longer supported : ) but if there is new way to set the same thing I'd appreciate knowing. thank you Daniel!
Beta Was this translation helpful? Give feedback.
All reactions