public void ChangeFontSize(float fontSize)
 {
     builder.ChangeFontSize((int)fontSize);
 }