Android.graphics.Typeface
안드로이드 단말에서 기본 제공하는 폰트
- 안드로이드 모바일 디자인시 한글 폰트 설정
- Droid serif: Droid-serif.zip
- Droid Sans: Droid-sans.zip
- Droid Mono: Droid-sans-mono.zip
하지만, 디자인 작업시 포토샵에서 저 3가지 폰트를 선택하면 굴림체로 바뀌어 나타나 시뮬레이션 하기에 어려움이 있다. 이는 웹페이지에서 CSS로 지정할때도 마찬가지.
이를 해결하기 위하여 Droid Sans Fallback1를 설치하면 한글폰트를 시뮬레이션 할 수 있다. 용량이 큰것은(3MB) 다국어를 지원하기 때문이다.
추천 폰트
안드로이드에서 아래의 폰트를 추천한다.
- 나눔고딕
- https://android.googlesource.com/platform/external/naver-fonts/
-
Nanum-gothic.zip - 안드로이드 4.2부터 네이버 나눔고딕이 한글폰트로 추가되어있다.2 기본 글꼴은 기존에 뿌옇게 보이던 바탕체에서 네이버 나눔고딕체로 바뀌었다. 나눔고딕은 종이보다는 화면용 글꼴을 염두에 두고 만들었다.
- Android Developer - Typography
- http://developer.android.com/design/style/typography.html
-
Roboto-1.100141.zip - The Android design language relies on traditional typographic tools such as scale, space, rhythm, and alignment with an underlying grid. Successful deployment of these tools is essential to help users quickly understand a screen of information. To support such use of typography, Ice Cream Sandwich introduced a new type family named Roboto, created specifically for the requirements of UI and high-resolution screens.
Android Font 적용 방법
assets
디렉토리에 폰트파일을 배치시킨 후 아래와 같은 방법으로 사용하면 된다.
Favorite site
- Developer Android: Typeface class reference
- Android Font 적용하기
- 안드로이드 기본 서체 모음
- FONTS BY GOOGLE ANDROID
- 안드로이드(Android) 앱 폰트 전체를 바꿔보자 3