objective c - iPhone - Create underlined UIFont? -
i have font object, want add underlined
attribute without having specify font name.
i need think either using uifont
, or ctfont
there's no built-in support underline, because that's not part of font. it's drawn separately. see thread implementation details:
Comments
Post a Comment