public void Create(FontFamily family, float size, FontStyle style, FontDecoration decoration) { this.size = size; this.Control = ag.Typeface.Create(family.ControlObject as ag.Typeface, style.ToAndroid()); }