Alan wrote:
From the symptoms you describe, I am pretty sure you are using the

historical Hershey fonts rather than modern TrueType fonts. During the build

of libplplot, did you have a warning about not being able to find

libfreetype?  That library (in its development form) is required during the

build in order to access TrueType fonts from the png device.


Build instructions for PLplot are given at

http://www.miscdebris.net/plplot_wiki/. If you continue to have trouble

getting access to libfreetype and TrueType fonts could you send the complete

output for the cmake command?


Alan

__________________________

Alan W. Irwin





Hi all,
Thanks Alan, it was clearly a problem of fonts.
My administrator has re-compiled the library and now
I have access to nice TrueTypeFonts. 

Pratically, the environment variables PLPLOT_FREETYPE_*
are set to ttf fonts (see below) but now, I can't find the same table
of symbols (output of example x06, using plpoin)
than I've accessed to with the Hershey fonts.

Does anyone know which TrueType font is used by plpoin ?
(it seems that "Symbol" is not the right one...)

regards,
Bruno


PLPLOT_FREETYPE_FONT_DIR=/usr/share/fonts/ttf_windows/
PLPLOT_FREETYPE_MONO_BOLD_FONT=courbd.ttf
PLPLOT_FREETYPE_MONO_BOLD_ITALIC_FONT=courbi.ttf
PLPLOT_FREETYPE_MONO_BOLD_OBLIQUE_FONT=courbi.ttf
PLPLOT_FREETYPE_MONO_FONT=cour.ttf
PLPLOT_FREETYPE_MONO_ITALIC_FONT=couri.ttf
PLPLOT_FREETYPE_MONO_OBLIQUE_FONT=couri.ttf
PLPLOT_FREETYPE_SANS_BOLD_FONT=arialbd.ttf
PLPLOT_FREETYPE_SANS_BOLD_ITALIC_FONT=arialbi.ttf
PLPLOT_FREETYPE_SANS_BOLD_OBLIQUE_FONT=arialbi.ttf
PLPLOT_FREETYPE_SANS_FONT=arial.ttf
PLPLOT_FREETYPE_SANS_ITALIC_FONT=ariali.ttf
PLPLOT_FREETYPE_SANS_OBLIQUE_FONT=ariali.ttf
PLPLOT_FREETYPE_SCRIPT_BOLD_FONT=timesbd.ttf
PLPLOT_FREETYPE_SCRIPT_BOLD_ITALIC_FONT=timesbi.ttf
PLPLOT_FREETYPE_SCRIPT_BOLD_OBLIQUE_FONT=timesbi.ttf
PLPLOT_FREETYPE_SCRIPT_FONT=times.ttf
PLPLOT_FREETYPE_SCRIPT_ITALIC_FONT=timesi.ttf
PLPLOT_FREETYPE_SCRIPT_OBLIQUE_FONT=timesi.ttf
PLPLOT_FREETYPE_SERIF_BOLD_FONT=timesbd.ttf
PLPLOT_FREETYPE_SERIF_BOLD_ITALIC_FONT=timesbi.ttf
PLPLOT_FREETYPE_SERIF_BOLD_OBLIQUE_FONT=timesbi.ttf
PLPLOT_FREETYPE_SERIF_FONT=times.ttf
PLPLOT_FREETYPE_SERIF_ITALIC_FONT=timesi.ttf
PLPLOT_FREETYPE_SERIF_OBLIQUE_FONT=timesi.ttf
PLPLOT_FREETYPE_SYMBOL_BOLD_FONT=symbol.ttf
PLPLOT_FREETYPE_SYMBOL_BOLD_ITALIC_FONT=symbol.ttf
PLPLOT_FREETYPE_SYMBOL_BOLD_OBLIQUE_FONT=symbol.ttf
PLPLOT_FREETYPE_SYMBOL_FONT=symbol.ttf
PLPLOT_FREETYPE_SYMBOL_ITALIC_FONT=symbol.ttf
PLPLOT_FREETYPE_SYMBOL_OBLIQUE_FONT=symbol.ttf





















-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to