/**
  * Returns the button's text's font size, measured in pixels.
  *
  * @return font size in pixel
  */
 @SimpleProperty(category = PropertyCategory.APPEARANCE, userVisible = false)
 public float FontSize() {
   return TextViewUtil.getFontSize(view);
 }