Julio Henrique

Results 5 comments of Julio Henrique

you can crop before send

see my example: $shape = $currentSlide->createRichTextShape() ->setHeight(50) ->setWidth(200) ->setOffsetX(760) ->setOffsetY(235); $textRun = $shape->createTextRun($texto201); $textRun->getFont()->setBold(false) ->setItalic(true) ->setSize(24) ->setName('Trebuchet MS') use ->setName('Trebuchet MS') to change.

@Progi1984 in PhpOffice\PhpPresentation\Style\Font you can change the __construc() method $this->name = 'Calibri'; So always that you instanced new font is default

I'm having this same problems

@FuRi0n I'm copying all images, and inserting manualy in my new slide.