static double? adjustedHeight(double? fontSize) { return (_fontSize2HeightMap[fontSize] ?? 24) / (fontSize ?? 16); }