http://stackoverflow.com/questions/3203694/custom-fonts-in-android
TextView tv=(TextView)findViewById(R.id.custom);
Typeface face=Typeface.createFromAsset(getAssets(),
"fonts/Verdana.ttf");
tv.setTypeface(face);
}
'Android' 카테고리의 다른 글
SurfaceView in Layout (0) | 2013.05.14 |
---|---|
ndk hello world usage (0) | 2013.05.12 |
Unable to execute dex: method ID not in [0, 0xffff]: 65536 Conversion (0) | 2013.04.30 |
libs jar folder (0) | 2013.01.29 |
ActivityGroup 사용예제 (0) | 2012.11.30 |