Min viable FontImageSource (#4747)
authorkingces95 <kingces95@users.noreply.github.com>
Thu, 3 Jan 2019 17:46:40 +0000 (07:46 -1000)
committerSamantha Houts <samhouts@users.noreply.github.com>
Thu, 3 Jan 2019 17:46:40 +0000 (09:46 -0800)
commit5716f8d75704328a8a73a1bfdc83e37e55d5d662
tree44f1632ad0b04b8a922b2a67a533f1709494c126
parent8f3804de4dc63d41ef9687cfa38bff8238c5743a
Min viable FontImageSource (#4747)

* min viable fontImageSource

* [UWP] Min viable FontImageSource (#4817)

* [UWP] font image source

* address comment

* [UWP] performance optimization of the rendering of icons font
- the minimum Dpi of the icon is 300

* char -> string; CR feedback
21 files changed:
Xamarin.Forms.ControlGallery.Android/Assets/fonts/icons.xml [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Assets/fonts/ionicons.ttf [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj
Xamarin.Forms.ControlGallery.WindowsUniversal/Assets/Fonts/ionicons.ttf [new file with mode: 0644]
Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj
Xamarin.Forms.ControlGallery.iOS/Info.plist
Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
Xamarin.Forms.ControlGallery.iOS/ionicons.ttf [new file with mode: 0644]
Xamarin.Forms.Controls/CoreGallery.cs
Xamarin.Forms.Controls/GalleryPages/FontImageSourceGallery.cs [new file with mode: 0644]
Xamarin.Forms.Core/FontImageSource.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Properties/AssemblyInfo.cs
Xamarin.Forms.Platform.Android/Renderers/FontExtensions.cs
Xamarin.Forms.Platform.Android/Renderers/FontImageSourceHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
Xamarin.Forms.Platform.UAP/FontImageSourceHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/ImageRenderer.cs
Xamarin.Forms.Platform.UAP/Properties/AssemblyInfo.cs
Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj
Xamarin.Forms.Platform.iOS/Properties/AssemblyInfo.cs
Xamarin.Forms.Platform.iOS/Renderers/ImageRenderer.cs