09-12-2023, 10:48 PM
I can't get it to work on mac, even using the same font in the zip
```
' getting started
FV72& = _LoadFont("OpenSans-ExtraBold.ttf", 72) ' used for letters and digits in makeWheel
F20 = _LoadFont("OpenSans-ExtraBold.ttf", 20) ' Host says and small letter and vowel picks in puzzle
F40 = _LoadFont("OpenSans-ExtraBold.ttf", 40) ' large letters in puzzle
```
Crash with no error message. Compiles OK.
Any ideas?
```
' getting started
FV72& = _LoadFont("OpenSans-ExtraBold.ttf", 72) ' used for letters and digits in makeWheel
F20 = _LoadFont("OpenSans-ExtraBold.ttf", 20) ' Host says and small letter and vowel picks in puzzle
F40 = _LoadFont("OpenSans-ExtraBold.ttf", 40) ' large letters in puzzle
```
Crash with no error message. Compiles OK.
Any ideas?