MatrixSenpai
MatrixSenpai
Would be good. I’ll look into it
Honestly this looks pretty good. I want to merge but there’s a few things on the iOS side I want to refactor first before we pull this in. Hang tight,...
Hey Matt! This will be addressed in the next major version. I'm adding this to our project board now
@AkashlalBol there's some difficulty with resources in SPM SPM [only recently](https://github.com/apple/swift-evolution/blob/main/proposals/0271-package-manager-resources.md) added the ability to include resources with a package, and loading from those needs to be handled separately from...
@AkashlalBol if you load the fonts yourself, there is no incompatibility. If there is, please post an error log. However, [this code](https://github.com/thii/FontAwesome.swift/blob/07883a32d49dfc7bdedbeea115067b53dfbeeb43/FontAwesome/FontAwesome.swift#L103-L109) is responsible for pre-checking if the font has...
This is another problem I'm attempting to solve. When typing the name of an icon in English, the font auto-translates it to the appropriate icon, rather than just using Unicode....
You're correct, and this is a source of investigation at the moment. I have yet to determine what it is about the font that causes actual text to be translated...
@thii any ideas? I added it to one of my projects, but couldn't see the light (i think?) part of the font when displayed. i think it might have to...
Just as an update, I've started investigating using the duotone fonts. Note that when using `codegen.swift` an error will be thrown when decoding the `oven` (**pro-only**) icon, because the `path`...
[This library](https://github.com/mchoe/SwiftSVG) supports drawing SVGs in a UIView or CALayer, although this would need some further finagling. Another enum for SVGs could be generated using the `raw` or `path` properties...