tobihagemann / THLabel

UILabel subclass, which additionally allows shadow blur, inner shadow, stroke text and fill gradient.
https://tobiha.de
Other
665 stars 111 forks source link

Support attributed string #46

Open dungntm58 opened 5 years ago

dungntm58 commented 5 years ago

I used this label to display an attributed string but it did not work with underline or strike through. I tried to set stroke size to a large number without changing its bounds and recognized that there might be loss of text. How could I do to keep the content and number of lines if stroke size goes up?