Revert "Add handling of the font path"
authorKangho Hur <kangho.hur@samsung.com>
Mon, 3 Jul 2017 06:11:05 +0000 (06:11 +0000)
committerKangho Hur <kangho.hur@samsung.com>
Mon, 10 Jul 2017 02:11:28 +0000 (11:11 +0900)
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

index b9bbe0e..0ec10c0 100644 (file)
@@ -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()