Updated MathView examples.

This commit is contained in:
Michael Griebling
2024-10-08 19:45:30 -04:00
parent 7799485428
commit 55b539b74e
2 changed files with 23 additions and 16 deletions

View File

@@ -11,6 +11,7 @@ import UIKit
import AppKit
#endif
/// Now available for everyone to use
public enum MathFont: String, CaseIterable, Identifiable {
public var id: Self { self } // Makes things simpler for SwiftUI