Typeface tf = Typeface.createFromAsset(getAssets(),"fonts/BIBBY.otf");
TextView info = (TextView) this.findViewById(R.id.info);
info.setTypeface(tf);
Typeface tf = Typeface.createFromAsset(getAssets(),"fonts/BIBBY.otf");
TextView info = (TextView) this.findViewById(R.id.info);
info.setTypeface(tf);
請先 登入 以發表留言。