Another attempt to fix unmapped glyphs.

This commit is contained in:
Michael Griebling
2023-02-22 11:04:09 -05:00
parent f878168d80
commit f762dd9ed3
2 changed files with 18 additions and 18 deletions

View File

@@ -40,7 +40,7 @@ public class MTFontManager {
}
public func kpMathLightFont(withSize size:CGFloat) -> MTFont? {
MTFontManager.fontManager.font(withName: "kpmath-light", size: size)
MTFontManager.fontManager.font(withName: "KpMath-Light", size: size)
}
public func xitsFont(withSize size:CGFloat) -> MTFont? {