{"id":13710105,"url":"https://github.com/thudugala/Plugin.Glypher","last_synced_at":"2025-05-06T18:34:09.330Z","repository":{"id":65413930,"uuid":"183983164","full_name":"thudugala/Plugin.Glypher","owner":"thudugala","description":"Extend support for font glyph (font icon) for Xamarin Forms applications","archived":true,"fork":false,"pushed_at":"2020-05-18T22:16:27.000Z","size":4849,"stargazers_count":16,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-06T15:19:51.684Z","etag":null,"topics":["font","font-awesome","glyph","glyph-font","icon","icon-font","xamarin","xamarin-forms"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thudugala.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2019-04-29T02:02:20.000Z","updated_at":"2024-05-30T08:49:26.000Z","dependencies_parsed_at":"2023-01-23T10:55:06.290Z","dependency_job_id":null,"html_url":"https://github.com/thudugala/Plugin.Glypher","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thudugala%2FPlugin.Glypher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thudugala%2FPlugin.Glypher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thudugala%2FPlugin.Glypher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thudugala%2FPlugin.Glypher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thudugala","download_url":"https://codeload.github.com/thudugala/Plugin.Glypher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224521548,"owners_count":17325253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["font","font-awesome","glyph","glyph-font","icon","icon-font","xamarin","xamarin-forms"],"created_at":"2024-08-02T23:00:51.861Z","updated_at":"2024-11-13T20:31:11.463Z","avatar_url":"https://github.com/thudugala.png","language":"C#","funding_links":[],"categories":["Plugins"],"sub_categories":[],"readme":"# Using Xamarin Embedded fonts and Font Image Source, What this plugging was trying to achieve can be achieved now. \n\nhttps://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/fonts#use-a-custom-font\nhttps://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/fonts#display-font-icons\n\nIf you are using Xamarin.Forms 4.5.0.530 below version, it still make sense to use this pluging. \n\n\u003cimg src=\"screenshots/icon.png\" alt=\"icon\" width=\"64px\" \u003e\n\n[![Build status](https://ci.appveyor.com/api/projects/status/t28ovdlfdb1hmoys?svg=true)](https://ci.appveyor.com/project/tmt242001/plugin-glypher)\n\n# Plugin.Glypher\nThis plugin extend support for font glyphs (font icons) in Xamarin.Forms applications.\n\n# Usage\n\n```XML\nxmlns:fontAwesome5Free=\"clr-namespace:Plugin.Glypher.FontAwesome5Free;assembly=Plugin.Glypher.FontAwesome5Free\"\nxmlns:glypher=\"clr-namespace:Plugin.Glypher;assembly=Plugin.Glypher\"\n\n\u003cLabel glypher:FontGlyph.Glyph=\"{x:Static fontAwesome5Free:GlyphListBrand.Fab_Bluetooth}\"\n       FontSize=\"Large\"\n       TextColor=\"CornflowerBlue\" /\u003e\n       \n\u003cButton glypher:FontGlyph.Glyph=\"{x:Static fontAwesome5Free:GlyphListBrand.Fab_Bitcoin}\"\n        FontSize=\"Large\"\n        TextColor=\"IndianRed\" /\u003e\n\n\u003cImage\u003e\n    \u003cImage.Source\u003e\n        \u003cFontImageSource Size=\"32\" \n                         Color=\"Orange\" \n                         glypher:FontGlyph.Glyph=\"{x:Static fontAwesome5Free:GlyphListRegular.Far_Bell_Slash}\" /\u003e\n    \u003c/Image.Source\u003e\n\u003c/Image\u003e\n```       \n\n# Setup\n\n- `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\n\n`Plugin.Glypher` is not required to be reference if using any other package.\n- 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.\n\n|Package|Wiki|Nuget|Android|iOS|\n|-------|----|-----|-------|---| \n|`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|\n|`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|\n|`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|\n\n# Screenshots\n\n|Android|iOS|\n|-------|---| \n|\u003cimg src=\"screenshots/android.png\" alt=\"android\" width=\"512px\" \u003e|\u003cimg src=\"screenshots/iOS.png\" alt=\"ios\" width=\"512px\" \u003e|\n\n# SourceLink Support\n\nIn Visual Studio, confirm that SourceLink is enabled. \nAlso, Turn off \"Just My Code\" since, well, this isn't your code.\n\nhttps://docs.microsoft.com/en-us/dotnet/standard/library-guidance/sourcelink\n\n# Contributing\n\nContributions are welcome.  Feel free to file issues and pull requests on the repo and they'll be reviewed as time permits.\n\n## Icon\n\nThank 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)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthudugala%2FPlugin.Glypher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthudugala%2FPlugin.Glypher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthudugala%2FPlugin.Glypher/lists"}