There is one peculiarity of the export: all fonts for embedding to PDF files should be installed in the system. And for each font style a single font file should be installed.

 

For example, for the Arial font 4 files should be installed:

"arial.ttf" - the regular style,

"ariali.ttf" - the italic style,

"arialb.ttf" - the bold style,

"arialbi.ttf" - the bold-italic style;

This font is embedded correctly and all styles of this font can be output.

 

The Lucida Console font is usually represented with one file that contains the regular style (other styles are generated by the system). Therefore, when embedding such a font to the PDF file, only regular style will be output, instead of all styles of this font.