09-16-2023, 12:19 AM
(09-16-2023, 12:10 AM)Dav Wrote: I've been trying to load a font from string memory, like @a740g did HERE, but none of my font string data will work like a740g code does. i must not be doing it right. Here's what I'm doing.
I'm first loading the entire .otf font file data into a string named fontdata$. Then I try to load the font from fontdata$ memory like this.
myfont& = _LoadFont(fontdata$, 32, "memory")
_Font myfont&
Thanks for any help....
- Dav
Can we see `fontdata$`?