Removed font warning in print.

This commit is contained in:
Michael Griebling
2023-09-12 07:59:07 -04:00
parent 6fd6ab005a
commit 2762cbee85

View File

@@ -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 {