How to get current fontsize?

How can I get the current font size?

For example I would like to add a padding to the text input widget, based on the font size. It looks like there exist no em unit, which can be used for this. So I have to calculate them needed size based on the current font size by myself.
Exist a way to get the current font size or to use em like units?