getFont() публичный Метод

Get font
public getFont ( ) : Font
Результат PhpOffice\PhpPresentation\Style\Font
Пример #1
0
 public function testFont()
 {
     $object = new TextElement();
     $this->assertNull($object->getFont());
 }