With the arrival of some neat new libraries I can’t talk about yet, I wanted a convenient way to ask a UIFont
instance if it was bold or italic*. Although there’s no direct route as there is with NSFont
on Mac OS, It turns out it’s relatively easy to add this functionality to UIFont
via an Objective-C category.