Really? I need the font metrics to do item sizing and layout. For example, if I have a pair of custom UI items and each contains text and I want to line them up based on their text baseline, I would typically grab font metrics and use information
from there for my calculations. Is there some other recommended way for me to do this?