-
hello guys, so how can i use icons pro by FontAwesome? |
Beta Was this translation helpful? Give feedback.
Answered by
enisn
Aug 2, 2024
Replies: 1 comment 1 reply
-
Fonts are embedded resources and I can't embed licensed files into library and DLL files. In this case, you should;
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Reanii
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fonts are embedded resources and I can't embed licensed files into library and DLL files.
In this case, you should;
Download pro fonts and add
Resources/Fonts
folder of your project.Then go to
MauiProgram.cs
and add your fonts like below:If you want to generate C# class for Glyph characters visit https://andreinitescu.github.io/IconFont2Code/ website and upload your font files to gene…