method:getFont ();return type:Fontcontent:ใช้คืนค่า font ของ componentexample:JButton button = new JButton ( "cancel" ); Font font = button.getFont ();