When aligning TextFields precisely I've bumped into a few issues. Aside from font:getAscender(), how feasible would it be to add font:getCapHeight(), font:getMedianHeight() as per image below?
This would allow me to align a text using the cap height, rather than ascender, which is needed to align text for languages such as Swedish. The characters Å, Ä and Ö should be aligned by the top of the A rather than the circle above it.
Comments