vfont
vfont copied to clipboard
iOS Variable Font Integration
I get the following errror when exporting my app: `Cannot find type 'Font' in scope` On this row: public extension Font { in VFont.swift Any ideas?
I get this print-log a lot (I have a lot of texts in my apps). I guess its related to the fonts I use do not support some variations such...
Hello, Thanks for the great library. I downloaded some variable fonts from Google Fonts, but I don't know how to find the axis information. Thank you!
When the `setValue(...)` function is called multiple times one after another, the `EXC_BAD_ACCESS` error can occur on the second call, like in this example: ``` let vFont = VFont(name: "MyFont",...