コード例 #1
0
ファイル: UIButton.java プロジェクト: selmanon/crossmobile
 public UIFont getFont() {
   initText();
   return title.getFont();
 }