Open xavierLowmiller opened 3 years ago
(Solves #92)
Checks if the font name is the system font name, in which case we use the UIFont.systemFont(ofSize:) API to generate the font instance.
UIFont.systemFont(ofSize:)
Using UIFont(name:size:) with .SFUI fonts currently uses Times New Roman as the default font.
UIFont(name:size:)
.SFUI
Too bad this has never been merged :(
(Solves #92)
Checks if the font name is the system font name, in which case we use the
UIFont.systemFont(ofSize:)
API to generate the font instance.Using
UIFont(name:size:)
with.SFUI
fonts currently uses Times New Roman as the default font.