'#description'=>t('Only embed those font characters that are actually used. This can generates smaller PDF files but may significantly slow down processing. This option has no effect unless TCPDF is selected above.'),
);
$form['settings']['print_pdf_link_pos']=array(
'#type'=>'checkboxes',
'#title'=>t('PDF version link'),
...
...
@@ -202,6 +195,12 @@ function print_pdf_settings() {
'#maxlength'=>3,
'#description'=>t('(TCPDF only) Set the font size to be used for normal text. This is the base value for the scaling applied to other text styles.'),
'#description'=>t('(TCPDF only) Only embed those font characters that are actually used. This can generates smaller PDF files but may significantly slow down processing.'),