jh's ANDROID
2011년 6월 24일 금요일
Android - Custom Font 적용
폰트파일위치 - assets/fonts
소스
Typefact tf = Typeface.createFromAsset(getAssets(), "fonts/폰트파일명");
TextView tv = (Textview) findViewById(R.id.CustomFont);
tv.setTypeface(tf);
이렇게 해주면 해당 폰트가 적용이 된다~
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기