I dont know how to find the text height and width in pixels for the given text size in android. Anyone please help me to resolve the problem.
Thanks in advance.
I dont know how to find the text height and width in pixels for the given text size in android. Anyone please help me to resolve the problem.
Thanks in advance.
An Excel with all text attributes for fixed size font can be found under https://github.com/ArminJo/android-blue-display/blob/master/TextWidth.xlsx .
The app as well as the function drawFontTest() for generating the raw values used in the excel are also available in this repo.