This commit is contained in:
Christiano, Kevin 2019-04-24 14:32:43 -04:00
parent d767890017
commit 07f8921a4f

View File

@ -201,7 +201,7 @@ import MVMCore
if let font = font { if let font = font {
attributedString.removeAttribute(.font, range: range) attributedString.removeAttribute(.font, range: range)
attributedString.addAttribute(.font, value: font as UIFont, range: range) attributedString.addAttribute(.font, value: font, range: range)
} }
default: default:
continue continue