This website requires JavaScript.
Explore
Help
Sign In
wesley
/
swiftui-math
Watch
1
Star
0
Fork
0
You've already forked swiftui-math
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Rename package and address warnings
Browse Source
...
This commit is contained in:
Guille Gonzalez
2025-12-30 14:45:54 +01:00
parent
c49362fcf1
commit
5774724d18
59 changed files
with
19 additions
and
112 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
Sources/SwiftMath/MathBundle/MTFontMathTableV2.swift → Sources/SwiftUIMath/MathBundle/MTFontMathTableV2.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathBundle/MTFontV2.swift → Sources/SwiftUIMath/MathBundle/MTFontV2.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathBundle/MathFont.swift → Sources/SwiftUIMath/MathBundle/MathFont.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathBundle/MathImage.swift → Sources/SwiftUIMath/MathBundle/MathImage.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathRender/MTBezierPath.swift → Sources/SwiftUIMath/MathRender/MTBezierPath.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathRender/MTColor.swift → Sources/SwiftUIMath/MathRender/MTColor.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathRender/MTConfig.swift → Sources/SwiftUIMath/MathRender/MTConfig.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathRender/MTFont.swift → Sources/SwiftUIMath/MathRender/MTFont.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathRender/MTFontManager.swift → Sources/SwiftUIMath/MathRender/MTFontManager.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathRender/MTFontMathTable.swift → Sources/SwiftUIMath/MathRender/MTFontMathTable.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathRender/MTLabel.swift → Sources/SwiftUIMath/MathRender/MTLabel.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathRender/MTMathAtomFactory.swift → Sources/SwiftUIMath/MathRender/MTMathAtomFactory.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathRender/MTMathImage.swift → Sources/SwiftUIMath/MathRender/MTMathImage.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathRender/MTMathList.swift → Sources/SwiftUIMath/MathRender/MTMathList.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathRender/MTMathListBuilder.swift → Sources/SwiftUIMath/MathRender/MTMathListBuilder.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathRender/MTMathListDisplay.swift → Sources/SwiftUIMath/MathRender/MTMathListDisplay.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathRender/MTMathListIndex.swift → Sources/SwiftUIMath/MathRender/MTMathListIndex.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathRender/MTMathUILabel.swift → Sources/SwiftUIMath/MathRender/MTMathUILabel.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathRender/MTTypesetter.swift → Sources/SwiftUIMath/MathRender/MTTypesetter.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathRender/MTUnicode.swift → Sources/SwiftUIMath/MathRender/MTUnicode.swift
Unescape
Escape
View File
0
Sources/SwiftMath/MathRender/RWLock.swift → Sources/SwiftUIMath/MathRender/RWLock.swift
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/Asana-Math.otf → Sources/SwiftUIMath/mathFonts.bundle/Asana-Math.otf
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/Asana-Math.plist → Sources/SwiftUIMath/mathFonts.bundle/Asana-Math.plist
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/Euler-Math.otf → Sources/SwiftUIMath/mathFonts.bundle/Euler-Math.otf
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/Euler-Math.plist → Sources/SwiftUIMath/mathFonts.bundle/Euler-Math.plist
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/FiraMath-Regular.otf → Sources/SwiftUIMath/mathFonts.bundle/FiraMath-Regular.otf
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/FiraMath-Regular.plist → Sources/SwiftUIMath/mathFonts.bundle/FiraMath-Regular.plist
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/GUST-FONT-LICENSE.txt → Sources/SwiftUIMath/mathFonts.bundle/GUST-FONT-LICENSE.txt
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/Garamond-Math.otf → Sources/SwiftUIMath/mathFonts.bundle/Garamond-Math.otf
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/Garamond-Math.plist → Sources/SwiftUIMath/mathFonts.bundle/Garamond-Math.plist
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/KpMath-Light.otf → Sources/SwiftUIMath/mathFonts.bundle/KpMath-Light.otf
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/KpMath-Light.plist → Sources/SwiftUIMath/mathFonts.bundle/KpMath-Light.plist
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/KpMath-Sans.otf → Sources/SwiftUIMath/mathFonts.bundle/KpMath-Sans.otf
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/KpMath-Sans.plist → Sources/SwiftUIMath/mathFonts.bundle/KpMath-Sans.plist
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/LICENSE → Sources/SwiftUIMath/mathFonts.bundle/LICENSE
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/LeteSansMath.otf → Sources/SwiftUIMath/mathFonts.bundle/LeteSansMath.otf
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/LeteSansMath.plist → Sources/SwiftUIMath/mathFonts.bundle/LeteSansMath.plist
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/LibertinusMath-Regular.otf → Sources/SwiftUIMath/mathFonts.bundle/LibertinusMath-Regular.otf
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/LibertinusMath-Regular.plist → Sources/SwiftUIMath/mathFonts.bundle/LibertinusMath-Regular.plist
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/NotoSansMath-Regular.otf → Sources/SwiftUIMath/mathFonts.bundle/NotoSansMath-Regular.otf
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/NotoSansMath-Regular.plist → Sources/SwiftUIMath/mathFonts.bundle/NotoSansMath-Regular.plist
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/OFL.txt → Sources/SwiftUIMath/mathFonts.bundle/OFL.txt
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/latinmodern-math.otf → Sources/SwiftUIMath/mathFonts.bundle/latinmodern-math.otf
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/latinmodern-math.plist → Sources/SwiftUIMath/mathFonts.bundle/latinmodern-math.plist
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/math_table_to_plist.py → Sources/SwiftUIMath/mathFonts.bundle/math_table_to_plist.py
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/texgyretermes-math.otf → Sources/SwiftUIMath/mathFonts.bundle/texgyretermes-math.otf
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/texgyretermes-math.plist → Sources/SwiftUIMath/mathFonts.bundle/texgyretermes-math.plist
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/xits-math.otf → Sources/SwiftUIMath/mathFonts.bundle/xits-math.otf
Unescape
Escape
View File
0
Sources/SwiftMath/mathFonts.bundle/xits-math.plist → Sources/SwiftUIMath/mathFonts.bundle/xits-math.plist
Unescape
Escape
View File
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
wesley/swiftui-math
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block