I have a span with CSS:
font-height = 120px;
height = 120px;
line-height = 120px;
The text within it does not occupy the complete height(120px) of the span.
Is there any way to calculate the offset of the text within the span from upper and lower boundaries?
Or is this an way to make the text touch the upper and lower boundaries of the enclosing span tag?
jsFiddle Link
for reference.
UPDATE
I wrote a little script to automatically readjust the font-size, all you need to do is manually adjust the ratio between the total height of the font-family total size and font-family uppercase size.
Check the script: http://jsfiddle.net/jTpfT/32/
JS: