Invoice / pdf text size change

I am trying to change the font size of the Invoice pdf. Can’t find where to make the change??
Could anyone help?

modules/invoicepdf/myorder.php

There are a lot of “$oPdf->setFont( $oPdfBlock->getFont(), ‘’, 6 );” variables, depends on the block - the number defines the fontsize

Thank you for helping out!