I am drawing text through paint, and have to set text thickness based on text frequency other than text size and text style. I am using the following code but wanted to set thickness dynamically along with this.
mPaint.setTextSize(mTextSize);
I am drawing text through paint, and have to set text thickness based on text frequency other than text size and text style. I am using the following code but wanted to set thickness dynamically along with this.
mPaint.setTextSize(mTextSize);