Hi everyone, I have two questions regarding Text. ...
# compose
k
Hi everyone, I have two questions regarding Text. I’ve searched for answers but unfortunately couldn’t get it. Hope you guys can help me here. First, I use a lot of HTML tags to decorate texts in my project. I wonder if you are planning to allow the adaption between
AnnotatedString
and
Spanned
in the future? Or could you give me some advice on how to make inline images with text? Second, We’ve been trying to figure out how certain languages (CJK) can display differently in the range 100 - 900 just like English. I found this feature,
FontSynthesis
in
TextStyle
, but it doesn’t help. I wonder if languages like CJK will have more
FontWeight
just like English, or having
FontSynthesis
fake weight in CJK. Thank you!