public void UpdateFont(IFontElement element)
 {
     _componentText?.SetFont(element);
 }