Revert "continuation of ascent/descent fix by tom - make textblock work too."
authorTom Hacohen <tom@stosb.com>
Mon, 10 Jun 2013 13:51:44 +0000 (14:51 +0100)
committerTom Hacohen <tom@stosb.com>
Mon, 10 Jun 2013 13:52:10 +0000 (14:52 +0100)
commit3137e18962146fa3a1f5565c4d84dbb2759056c9
tree534bf7250219df8a3e8a82dc0403de873b3e0203
parentd7db12f196611acbcf5bbb923fed10621b68b1b8
Revert "continuation of ascent/descent fix by tom - make textblock work too."

This reverts commit 9473c4a9a5b9e056e516b660895cb83c64a1c77f.

This commit is not correct. It just goes through every font in the
fontset, which is usually all the fonts in the system and tries to get
their ascent/descent and by that getting the max ascent/descent. This
won't work nicely.

The solution is to properly fix textblock, if you think there's
something lacking (I.e in the same way I did text).

However, my changes did not change previous behaviour, but were just
wrappers, so I don't see why extra changes would be needed. Please
elaborate.

I'm reverting this because:
1. I don't think it's correct.
2. It severly broke e in some cases (reference:
      http://www.enlightenment.org/ss/e-51b5d5e98cd387.04568822.png ).
src/lib/evas/common/evas_font_main.c