From b522d7a7a29f1843b21db28c20ee15bbfb2cf417 Mon Sep 17 00:00:00 2001 From: Michael Griebling Date: Sat, 17 Jun 2023 10:01:18 -0400 Subject: [PATCH] Removed CoreGraphics import dependency. --- Sources/SwiftMath/MathRender/MTFont.swift | 1 - Sources/SwiftMath/MathRender/MTFontMathTable.swift | 1 - Sources/SwiftMath/MathRender/MTTypesetter.swift | 1 - 3 files changed, 3 deletions(-) diff --git a/Sources/SwiftMath/MathRender/MTFont.swift b/Sources/SwiftMath/MathRender/MTFont.swift index dd5de6d..41a2d51 100644 --- a/Sources/SwiftMath/MathRender/MTFont.swift +++ b/Sources/SwiftMath/MathRender/MTFont.swift @@ -1,6 +1,5 @@ import Foundation -import CoreGraphics import CoreText // diff --git a/Sources/SwiftMath/MathRender/MTFontMathTable.swift b/Sources/SwiftMath/MathRender/MTFontMathTable.swift index b02837c..bc4787a 100644 --- a/Sources/SwiftMath/MathRender/MTFontMathTable.swift +++ b/Sources/SwiftMath/MathRender/MTFontMathTable.swift @@ -7,7 +7,6 @@ // import Foundation -import CoreGraphics import CoreText struct GlyphPart { diff --git a/Sources/SwiftMath/MathRender/MTTypesetter.swift b/Sources/SwiftMath/MathRender/MTTypesetter.swift index fbcf7e1..c766109 100644 --- a/Sources/SwiftMath/MathRender/MTTypesetter.swift +++ b/Sources/SwiftMath/MathRender/MTTypesetter.swift @@ -7,7 +7,6 @@ // import Foundation -import CoreGraphics import CoreText // MARK: - Inter Element Spacing