summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/Editor.cs
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2017-03-03 12:39:30 +0100
committerStephane Delcroix <stephane@delcroix.org>2017-03-03 12:40:38 +0100
commit81058db4f57982891904e7d8da68971ab4d91379 (patch)
treed4b78a3a08f1fabb8c2ed9ddc1b46f9426b14757 /Xamarin.Forms.Core/Editor.cs
parentcaf2e814120b3abce2050b588c66cfd3589035d3 (diff)
downloadxamarin-forms-81058db4f57982891904e7d8da68971ab4d91379.tar.gz
xamarin-forms-81058db4f57982891904e7d8da68971ab4d91379.tar.bz2
xamarin-forms-81058db4f57982891904e7d8da68971ab4d91379.zip
[C] move the Font proxying into FontElement
Diffstat (limited to 'Xamarin.Forms.Core/Editor.cs')
-rw-r--r--Xamarin.Forms.Core/Editor.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/Editor.cs b/Xamarin.Forms.Core/Editor.cs
index 66c5caa7..ee9d4422 100644
--- a/Xamarin.Forms.Core/Editor.cs
+++ b/Xamarin.Forms.Core/Editor.cs
@@ -61,6 +61,10 @@ namespace Xamarin.Forms
{
}
+ void IFontElement.OnFontChanged(Font oldValue, Font newValue)
+ {
+ }
+
double IFontElement.FontSizeDefaultValueCreator() =>
Device.GetNamedSize(NamedSize.Default, (Editor)this);