OHAttributedLabel icon indicating copy to clipboard operation
OHAttributedLabel copied to clipboard

Hindi is not presented in iOS6

Open fuxlud opened this issue 11 years ago • 3 comments

attributedText is not presenting Hindi in iOS6

fuxlud avatar Jan 19 '14 15:01 fuxlud

Found a solution - the label had to be made a bit bigger, so the text will show.

fuxlud avatar Jan 19 '14 15:01 fuxlud

Maybe some proper solution can proposed..

fuxlud avatar Jan 19 '14 15:01 fuxlud

Hello,

That's a recurring question asked in my GitHub issues, that's a problem related to CoreText itself and Apple's CTFrameSetter that will only render a line if it has enough space in height to do so (contrary to UIKit which renders the line even if there is not enough space, drawing only the top of the line and clipping the bottom).

I will really have to write a wiki page about it to let people know about that. In the meantime, the extendBottomToFit property exists to work around this CoreText issue.

AliSoftware avatar Jan 19 '14 15:01 AliSoftware