You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Historically (before I transitioned to this library) I would draw text twice. Once with a dark coloured text and a stroke. Then again with another colour over the top to give a high contrast to the text.
It would be great to be able to reproduce this effect. At the moment I'm having to set a background colour instead which is not quite as nice to look at.
Would you consider adding this feature or advise me how to achieve it if I have missed it in the docs.
Thanks
The text was updated successfully, but these errors were encountered:
RichTextKit doesn't support this out of the box. I'm open to adding it but busy on other projects at the moment so can't guarantee it. If you'd like to have a go at adding it yourself I'm happy to consider a pull request. If this doesn't affect the layout part of RichTextKind (not sure) the render part of RichTextKit is pretty simple so it shouldn't be too hard.
Historically (before I transitioned to this library) I would draw text twice. Once with a dark coloured text and a stroke. Then again with another colour over the top to give a high contrast to the text.
It would be great to be able to reproduce this effect. At the moment I'm having to set a background colour instead which is not quite as nice to look at.
Would you consider adding this feature or advise me how to achieve it if I have missed it in the docs.
Thanks
The text was updated successfully, but these errors were encountered: