Android/TipNTech (1) 썸네일형 리스트형 #31 Image Processing-Draw Text on a Curve http://xjaphx.wordpress.com/learning/tutorials/ Just watching on StackOverflow and found this interesting question: How to write curve text?Here what I’ve tried so far: Drawing Text on a CurveHere my implementation:123456789101112131415161718192021222324252627282930313233343536package pete.android.study; import android.content.Context;import android.graphics.Canvas;import android.graphics.Color;.. 이전 1 다음