From 825dadb9badc9fcac9c93fb820802c0f52c2f582 Mon Sep 17 00:00:00 2001 From: Kangho Hur Date: Mon, 3 Jul 2017 06:11:05 +0000 Subject: Revert "Add handling of the font path" This reverts commit 45580c8f66b43022645287145385212fcbe8db56. - Due to package dependency with elm-sharp, this patch has been reverted. It can be merged again after elm-sharp version has updated. Change-Id: I66915899782805112b85fb391383f1cbe40d2e7d --- Xamarin.Forms.Platform.Tizen/FormsApplication.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Xamarin.Forms.Platform.Tizen') diff --git a/Xamarin.Forms.Platform.Tizen/FormsApplication.cs b/Xamarin.Forms.Platform.Tizen/FormsApplication.cs index b9bbe0e5..0ec10c09 100644 --- a/Xamarin.Forms.Platform.Tizen/FormsApplication.cs +++ b/Xamarin.Forms.Platform.Tizen/FormsApplication.cs @@ -8,8 +8,6 @@ using EButton = ElmSharp.Button; using EProgressBar = ElmSharp.ProgressBar; using EColor = ElmSharp.Color; using ELabel = ElmSharp.Label; -using TApplication = Tizen.Applications.Application; -using System.IO; namespace Xamarin.Forms.Platform.Tizen { @@ -51,9 +49,6 @@ namespace Xamarin.Forms.Platform.Tizen base.OnPreCreate(); Application.ClearCurrent(); CreateWindow(); - - var path = Path.Combine(TApplication.Current.DirectoryInfo.Resource, "fonts"); - Utility.AppendGlobalFontPath(path); } protected override void OnTerminate() -- cgit v1.2.3