Add character mapping support to RichText. At the moment fonts are rendered only with specified font, this means any character that is not present in the font will be rendered as ▯
In short RichText should look at every character of the text and map it to corresponding font. This method is natively supported by Skia as far as I remember.
Add character mapping support to
RichText. At the moment fonts are rendered only with specified font, this means any character that is not present in the font will be rendered as ▯In short
RichTextshould look at every character of the text and map it to corresponding font. This method is natively supported by Skia as far as I remember.