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 -

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

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -