ios - Equalize lineHeight in a NSAttributedString with different fonts -


i have nsattributedstring used set attributed text of uitextview. there 2 different fonts depending if character latin or chinese. problem lineheight attributes different each font , result 2 different line spacing in text view (depending if there latin character in line above or not, because lineheight of latin font higher chinese font)

so question : there way equalize lineheight ?


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

java - disabling a node without disable its children in javafx -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -