Add missing CoreText import. Still not convinced this is the one to use, but we will see.
This commit is contained in:
parent
3538f491f8
commit
6c1566b137
|
@ -1,5 +1,6 @@
|
||||||
import Foundation
|
import Foundation
|
||||||
//import UIKit
|
//import UIKit
|
||||||
|
import CoreText
|
||||||
|
|
||||||
public let fontBundle = Bundle.module
|
public let fontBundle = Bundle.module
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue