[Android] / 안드로이드 / text on drawable / text on bitmap / 이미지위에 텍스트 쓰기
안드로이드 작업을 하다보면 이미지위에 텍스트를 써야할때가 있습니다. 저는 아래의 함수를 이용해서 그 부분을 처리하고 있습니다. 먼저 전체적인 코드입니다. public Bitmap writeOnDrawable(int drawableId, String text, int TextSize){ Bitmap bm = BitmapFactory.decodeResource(getResources(), drawableId).copy(Bitmap.Config.ARGB_8888, true); BitmapFactory.decodeResource(getResources(),R.drawable.pin_l3x); Paint paint = new Paint(); paint.setStyle(Paint.Style.FILL); paint...
개발/Android
2016. 10. 7. 11:59
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- SyntaxHighlighter
- dependencies
- 개발
- 마커
- 안드로이드
- titlebat
- GOOGLE PLAY
- 소스코드
- Android
- development
- googlemap
- 앱
- jQuery
- 코드삽입
- imagesize
- 개발자
- play service
- Google Analytics
- Marker
- Android Studio
- zindex
- GoogleAnalytics
- 코드 넣기
- 깜빡임
- 코드
- comma
- imageButton
- 구글맵
- Google Map
- JavaScript
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
글 보관함