In the (nearly) latest version, webkit is caching glyph metrics based on font+pointSize. If my device characteristics change (e.g. screen res), I think I need to invalidate those widths (or spawn a new set), so that measuring and drawing reflect the new values. Any pointers to help me with my port?