Removed CoreGraphics import dependency.

This commit is contained in:
Michael Griebling
2023-06-17 10:01:18 -04:00
parent d51628fa20
commit b522d7a7a2
3 changed files with 0 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
import Foundation import Foundation
import CoreGraphics
import CoreText import CoreText
// //

View File

@@ -7,7 +7,6 @@
// //
import Foundation import Foundation
import CoreGraphics
import CoreText import CoreText
struct GlyphPart { struct GlyphPart {

View File

@@ -7,7 +7,6 @@
// //
import Foundation import Foundation
import CoreGraphics
import CoreText import CoreText
// MARK: - Inter Element Spacing // MARK: - Inter Element Spacing