A problem with fonts and/or printing PNG files?

John W. Eaton jwe at bevo.che.wisc.edu
Tue Mar 18 15:22:45 CDT 2008


On 14-Mar-2008, islambadr wrote:

| 
| 
| John W. Eaton wrote:
| > 
| > On  2-Mar-2008, Dwight Poplin wrote:
| > 
| > Is this problem reproducible for you?
| > 
| > 
| 
| I reproduced this bug, here is my code:
| octave:151> xlabel('omega','FontName','Arial')
| octave:152> print -dpng sinc1.png
| gdImageStringFT: Could not find/open font while printing string omega with
| font arial
| 
| and then:
| octave:156>
| xlabel('\omega','FontName','/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf')
| octave:157> print -dpng sinc1.png
| *** stack smashing detected ***: gnuplot terminated
| 
| Full output:
| *** stack smashing detected ***: gnuplot terminated

This appears to be a crash fo gnpulot, not Octave, so the bug should
be fixed in gnuplot.

jwe


More information about the Bug-octave mailing list