Reputation: 2466
Given a UIFont
instance, how can I determine what system design it is using? This is the value UIFontDescriptor.SystemDesign
which can be one of: default
, monospaced
, rounded
or serif
.
I see how to set this via UIFontDescriptor.withDesign()
but it's not clear how to read that value on the current font.
Upvotes: 1
Views: 249