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