summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-07-03 06:11:05 +0000
committerKangho Hur <kangho.hur@samsung.com>2017-07-03 06:11:05 +0000
commit5802146d18858e8913bfa5f7a4568a31b2f641ca (patch)
tree999a1fbdddf459a951662c25285442d5e0885220
parent45580c8f66b43022645287145385212fcbe8db56 (diff)
downloadxamarin-forms-5802146d18858e8913bfa5f7a4568a31b2f641ca.tar.gz
xamarin-forms-5802146d18858e8913bfa5f7a4568a31b2f641ca.tar.bz2
xamarin-forms-5802146d18858e8913bfa5f7a4568a31b2f641ca.zip
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
-rw-r--r--Xamarin.Forms.Platform.Tizen/FormsApplication.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/FormsApplication.cs b/Xamarin.Forms.Platform.Tizen/FormsApplication.cs
index 471ee758..57d14223 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
{
@@ -50,9 +48,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()