Example: Height property

This example sets the height of the font to 16.

  Font font = range.getFont();
  font.setHeight(16);

Related information

Height property