Implement Math view

This commit is contained in:
Guille Gonzalez
2026-01-04 15:33:48 +01:00
parent 6e1a38ede7
commit baea9de415
9 changed files with 356 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ extension Math {
var localTextColor: CGColor?
var localBackgroundColor: CGColor?
func bounds() -> CGRect {
var bounds: CGRect {
CGRect(x: position.x, y: position.y - descent, width: width, height: ascent + descent)
}
}