I need to know width of text string given font handle (or font name + font size + font style data).
in Windows I used to use GetTextExtentPoint()
I need to know width of text string given font handle (or font name + font size + font style data).
in Windows I used to use GetTextExtentPoint()
You can get TypeFace of TextView: http://developer.android.com/reference/android/widget/TextView.html#getTypeface() but it's hard to get font family, check also this: Check the family of a Typeface object in Android
use this code