Refactor model

This commit is contained in:
Guille Gonzalez
2026-01-01 12:41:56 +01:00
parent fbfc1d0ecf
commit e66eeb4564
19 changed files with 1845 additions and 12 deletions

View File

@@ -18,9 +18,9 @@ extension Math {
private let font: Font
private let unitsPerEm: UInt
private let table: Table
private let table: FontTable
init(font: Font, unitsPerEm: UInt, table: Table) {
init(font: Font, unitsPerEm: UInt, table: FontTable) {
self.font = font
self.unitsPerEm = unitsPerEm
self.table = table