'True Type Font', ezcGraph::PS_FONT => 'Postscript Type 1 font', ezcGraph::PALM_FONT => 'Palm Font', ); $fontName = ( isset( $fontNames[$type] ) ? $fontName = $fontNames[$type] : 'Unknown' ); parent::__construct( "Font type '{$fontName}' cannot be used with '{$driver}'." ); } } ?>