[Specification] Font awesome and others fonts should be built in. #312
Replies: 5 comments
-
I believe the framework should be unopinionated about which font you should use as an icon font, but should make it easier to use any font glyph as an icon or image source |
Beta Was this translation helpful? Give feedback.
-
xaml path, svg, image, fontIcons... we can use all of this is the best.. like this app has thousands of xaml path, svg path and android vector xml path.... XAML.Path.Icons.2021-01-05.12-50-19_Trim.mp4 |
Beta Was this translation helpful? Give feedback.
-
You may want to disclose who the developer is |
Beta Was this translation helpful? Give feedback.
-
You can build a NuGet package with this or any other font and start using it even with XF. |
Beta Was this translation helpful? Give feedback.
-
If you want a way to configure the inclusion of FontAwesome in a new app, you can do it in one click with Maui App Accelerator |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
[The feature]
Fontawsome is that much part of mobile apps as it is web apps and should be able to be used inside a Maui Phone app as default.
API
For Example a button could have
When a use would enter the words fa a list of icons would be display in a dropdown editor element much the same way colours do. Then the user could pick the icon and would auto fill the Icon values their would also be a
IconPoistion
Size would be controlled in the same way it does at present in the web fonts in that you would have the attribute fa-xs for example would make a icon xtra small size spec here. https://fontawesome.com/how-to-use/on-the-web/styling/sizing-icons
When a user does x2 x4 it should make the icon the appropriate sizes
It should be that we could use font awsome icons and icon-icons another popular font icon.
It just feels that there is allot of configuration in downloading the fonts etc just to get them working.
Beta Was this translation helpful? Give feedback.
All reactions