getFont() public method

Get font
public getFont ( ) : Font
return PhpOffice\PhpPresentation\Style\Font
 public function testFont()
 {
     $object = new BreakElement();
     $this->assertNull($object->getFont());
 }