In my job,our UI always mark the font size of textView (aTextView) in sp (or px);In our case another view(as bView) is below aTextView,the aTextView's real height will effect bView's position;this will change the overall layout with little difference.
I want to know the real height of a textview in different textSize,when we use wrap_content set the TextView's layout_height .We can discuss this problem in a simple way that 1px=1sp.