private void SetFont(TxLabel view) { view.FontFamily = @"\Assets\Fonts\" + view.FontFamily + ".ttf#" + view.FontFamily; }
private void SetFont(TxLabel view) { Control.Typeface = view.FontFamily.ToExtendedTypeface(view.FontSize, "1", ((int)view.FontAttributes), Context); }