Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font prefixes #179

Open
KerryXEX opened this issue Jun 29, 2020 · 1 comment
Open

Font prefixes #179

KerryXEX opened this issue Jun 29, 2020 · 1 comment

Comments

@KerryXEX
Copy link

I have searched through the whole project and all issues and other sources but nowhere could find:

What are the prefixes to other fonts thant FontAwesome (fa-) ??
I can lookup the icon names on the respective font pages, but where do I find the prefix to use in Iconize?

I tried the following:
<iconize:IconButton Text="ion-stats-chart-outline" TextColor="DarkBlue" />

with or without "ion" prefix but it will always show the text instead of icons.
App.cs init and Info.plist setup is done according to the project homepage.

Thanks.

@rdeveen
Copy link

rdeveen commented Jul 23, 2020

You can look in the source code for the correct keys:
https://github.com/jsmarcus/Iconize/blob/master/src/Fonts/Plugin.Iconize.Ionicons/IoniconsCollection.cs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants