Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thudugala/Plugin.Glypher
Extend support for font glyph (font icon) for Xamarin Forms applications
https://github.com/thudugala/Plugin.Glypher
font font-awesome glyph glyph-font icon icon-font xamarin xamarin-forms
Last synced: 30 days ago
JSON representation
Extend support for font glyph (font icon) for Xamarin Forms applications
- Host: GitHub
- URL: https://github.com/thudugala/Plugin.Glypher
- Owner: thudugala
- License: mit
- Archived: true
- Created: 2019-04-29T02:02:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T22:16:27.000Z (over 4 years ago)
- Last Synced: 2024-11-06T15:19:51.684Z (about 1 month ago)
- Topics: font, font-awesome, glyph, glyph-font, icon, icon-font, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 4.62 MB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-xamarin-forms - Plugin.Glypher ★16 - glyphs (font-icons) in Xamarin.Forms applications. (Plugins)
README
# Using Xamarin Embedded fonts and Font Image Source, What this plugging was trying to achieve can be achieved now.
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/fonts#use-a-custom-font
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/fonts#display-font-iconsIf you are using Xamarin.Forms 4.5.0.530 below version, it still make sense to use this pluging.
[![Build status](https://ci.appveyor.com/api/projects/status/t28ovdlfdb1hmoys?svg=true)](https://ci.appveyor.com/project/tmt242001/plugin-glypher)
# Plugin.Glypher
This plugin extend support for font glyphs (font icons) in Xamarin.Forms applications.# Usage
```XML
xmlns:fontAwesome5Free="clr-namespace:Plugin.Glypher.FontAwesome5Free;assembly=Plugin.Glypher.FontAwesome5Free"
xmlns:glypher="clr-namespace:Plugin.Glypher;assembly=Plugin.Glypher"
```
# Setup
- `Plugin.Glypher` [![NuGet](https://img.shields.io/nuget/v/Plugin.Glypher.svg?label=NuGet)](https://www.nuget.org/packages/Plugin.Glypher/) Available on NuGet: https://www.nuget.org/packages/Plugin.Glypher
`Plugin.Glypher` is not required to be reference if using any other package.
- Install selected nuget(s) into any .NET Standard 2.0 projects required for your app. No need to install it in your platform specific projects.|Package|Wiki|Nuget|Android|iOS|
|-------|----|-----|-------|---|
|`Plugin.Glypher.FontAwesome5Free`|[Font Awesome 5 Free](../../wiki/Font-Awesome-5-Free)|[![NuGet](https://img.shields.io/nuget/v/Plugin.Glypher.FontAwesome5Free.svg?label=NuGet)](https://www.nuget.org/packages/Plugin.Glypher.FontAwesome5Free/)|Yes|Yes|
|`Plugin.Glypher.FontAwesome5Pro`|[Font Awesome 5 Pro](../../wiki/Font-Awesome-5-Pro)|[![NuGet](https://img.shields.io/nuget/v/Plugin.Glypher.FontAwesome5Pro.svg?label=NuGet)](https://www.nuget.org/packages/Plugin.Glypher.FontAwesome5Pro/)|Yes|Yes|
|`Plugin.Glypher.WeatherIcons`|[Weather Icons](../../wiki/Weather-Icons)|[![NuGet](https://img.shields.io/nuget/v/Plugin.Glypher.WeatherIcons.svg?label=NuGet)](https://www.nuget.org/packages/Plugin.Glypher.WeatherIcons/)|Yes|Yes|# Screenshots
|Android|iOS|
|-------|---|
|||# SourceLink Support
In Visual Studio, confirm that SourceLink is enabled.
Also, Turn off "Just My Code" since, well, this isn't your code.https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/sourcelink
# Contributing
Contributions are welcome. Feel free to file issues and pull requests on the repo and they'll be reviewed as time permits.
## Icon
Thank you for the Icons by [Yannick Lung](https://www.iconfinder.com/icons/314770/document_font_icon), [Stephen Hutchings](https://www.iconfinder.com/icons/216467/partly_sunny_weather_icon)