Skip to content

Commit

Permalink
Removed font warning in print.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgriebling committed Sep 12, 2023
1 parent 6fd6ab0 commit 2762cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftMath/MathBundle/MathFont.swift
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private class BundleManager {
guard CTFontManagerRegisterGraphicsFont(defaultCGFont, &errorRef) else {
throw FontError.registerFailed
}
print("mathFonts bundle resource: \(mathFont.rawValue), font: \(defaultCGFont.fullName) registered.")
print("mathFonts bundle resource: \(mathFont.rawValue), font: \(defaultCGFont.fullName!) registered.")
}

private func registerMathTable(mathFont: MathFont) throws {
Expand Down

0 comments on commit 2762cbe

Please sign in to comment.