Friday, 15 February 2013

Text Bold Effect for android Canvas

Typeface tf = Typeface.DEFAULT_BOLD;
 myPaint.setTypeface(tf);
 myPaint.setTextSize(textFontsize);

No comments:

Post a Comment

Pass a HashMap from Angular Client to Spring boot API

This example is for the case where fileData is very huge and in json format   let map = new Map<string, string>()      map.set(this.ge...