Paint paint = new Paint(Paint.DEV_KERN_TEXT_FLAG);
Typeface type;
type = Typeface.createFromAsset(getContext().getAssets(), "fonts/samsunggothic.ttf");
canvas.drawText("타이틀 40px", 150, 50, paint);
'Android' 카테고리의 다른 글
TextView에 텍스트 파일 내용 출력 에러문제.... (0) | 2009.12.17 |
---|---|
안드로이드에서 화면 회전시 나타나는 문제- Android Screen Rotation Issue (0) | 2009.12.16 |
Android NDK (Native Development Kit) Window에서 설치 및 실행 (0) | 2009.12.14 |
Accessing Android Resources By Name at Runtime (0) | 2009.12.09 |
앤드로이드 어플리케이션 설치 및 환경 설정 #2 - install the Android App. & set the configuration #2 (0) | 2009.12.09 |