https://bugs.kde.org/show_bug.cgi?id=371481
--- Comment #2 from Tom <tho...@netmuc.net> --- the part of code was: //Page header public function Header() { // Set font // void SetFont( string $family, [string $style = ''], [float $size = 0], [string $fontfile = '']) // * times (Times-Roman) * timesb (Times-Bold) * timesi (Times-Italic) * timesbi (Times-BoldItalic) * helvetica (Helvetica) // * helveticab (Helvetica-Bold) * helveticai (Helvetica-Oblique) * helveticabi (Helvetica-BoldOblique) * courier (Courier) // * courierb (Courier-Bold) * courieri (Courier-Oblique) * courierbi (Courier-BoldOblique) * symbol (Symbol) * zapfdingbats (ZapfDingbats) // $style Font style. Possible values are (case insensitive): // * empty string: regular * B: bold * I: italic * U: underline * D: line trough or any combination. The default value is regular // Set font $this->SetFont('helvetica', '', 20); I try to change // Set font $this->SetFont('helvetica', 'B', 20); to $this->SetFont('helvetica', '', 20); Also when I try to change 20 to 10 it crash again. -- You are receiving this mail because: You are watching all bug changes.