Removed font warning in print.
This commit is contained in:
@@ -104,7 +104,7 @@ private class BundleManager {
|
|||||||
guard CTFontManagerRegisterGraphicsFont(defaultCGFont, &errorRef) else {
|
guard CTFontManagerRegisterGraphicsFont(defaultCGFont, &errorRef) else {
|
||||||
throw FontError.registerFailed
|
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 {
|
private func registerMathTable(mathFont: MathFont) throws {
|
||||||
|
|||||||
Reference in New Issue
Block a user