From: <bp...@ne...> - 2007-07-16 14:24:27
|
Alan=20wrote:=0AFrom=20the=20symptoms=20you=20describe,=20I=20am=20pretty=20sure= =20you=20are=20using=20the=0A=0Ahistorical=20Hershey=20fonts=20rather=20than=20m= odern=20TrueType=20fonts.=20During=20the=20build=0A=0Aof=20libplplot,=20did=20yo= u=20have=20a=20warning=20about=20not=20being=20able=20to=20find=0A=0Alibfreetype= ?=C2=A0=20That=20library=20(in=20its=20development=20form)=20is=20required=20dur= ing=20the=0A=0Abuild=20in=20order=20to=20access=20TrueType=20fonts=20from=20the=20= png=20device.=0A=0A=0ABuild=20instructions=20for=20PLplot=20are=20given=20at=0A=0A= http://www.miscdebris.net/plplot_wiki/.=20If=20you=20continue=20to=20have=20trou= ble=0A=0Agetting=20access=20to=20libfreetype=20and=20TrueType=20fonts=20could=20= you=20send=20the=20complete=0A=0Aoutput=20for=20the=20cmake=20command?=0A=0A=0AA= lan=0A=0A__________________________=0A=0AAlan=20W.=20Irwin=0A=0A=0A=0A=0A=0AHi=20= all,=0AThanks=20Alan,=20it=20was=20clearly=20a=20problem=20of=20fonts.=0AMy=20ad= ministrator=20has=20re-compiled=20the=20library=20and=20now=0AI=20have=20access=20= to=20nice=20TrueTypeFonts.=20=0A=0APratically,=20the=20environment=20variables=20= PLPLOT_FREETYPE_*=0Aare=20set=20to=20ttf=20fonts=20(see=20below)=20but=20now,=20= I=20can't=20find=20the=20same=20table=0Aof=20symbols=20(output=20of=20example=20= x06,=20using=20plpoin)=0Athan=20I've=20accessed=20to=20with=20the=20Hershey=20fo= nts.=0A=0ADoes=20anyone=20know=20which=20TrueType=20font=20is=20used=20by=20plpo= in=20?=0A(it=20seems=20that=20"Symbol"=20is=20not=20the=20right=20one...)=0A=0Ar= egards,=0ABruno=0A=0A=0APLPLOT_FREETYPE_FONT_DIR=3D/usr/share/fonts/ttf_windows/= =0APLPLOT_FREETYPE_MONO_BOLD_FONT=3Dcourbd.ttf=0APLPLOT_FREETYPE_MONO_BOLD_ITALI= C_FONT=3Dcourbi.ttf=0APLPLOT_FREETYPE_MONO_BOLD_OBLIQUE_FONT=3Dcourbi.ttf=0APLPL= OT_FREETYPE_MONO_FONT=3Dcour.ttf=0APLPLOT_FREETYPE_MONO_ITALIC_FONT=3Dcouri.ttf=0A= PLPLOT_FREETYPE_MONO_OBLIQUE_FONT=3Dcouri.ttf=0APLPLOT_FREETYPE_SANS_BOLD_FONT=3D= arialbd.ttf=0APLPLOT_FREETYPE_SANS_BOLD_ITALIC_FONT=3Darialbi.ttf=0APLPLOT_FREET= YPE_SANS_BOLD_OBLIQUE_FONT=3Darialbi.ttf=0APLPLOT_FREETYPE_SANS_FONT=3Darial.ttf= =0APLPLOT_FREETYPE_SANS_ITALIC_FONT=3Dariali.ttf=0APLPLOT_FREETYPE_SANS_OBLIQUE_= FONT=3Dariali.ttf=0APLPLOT_FREETYPE_SCRIPT_BOLD_FONT=3Dtimesbd.ttf=0APLPLOT_FREE= TYPE_SCRIPT_BOLD_ITALIC_FONT=3Dtimesbi.ttf=0APLPLOT_FREETYPE_SCRIPT_BOLD_OBLIQUE= _FONT=3Dtimesbi.ttf=0APLPLOT_FREETYPE_SCRIPT_FONT=3Dtimes.ttf=0APLPLOT_FREETYPE_= SCRIPT_ITALIC_FONT=3Dtimesi.ttf=0APLPLOT_FREETYPE_SCRIPT_OBLIQUE_FONT=3Dtimesi.t= tf=0APLPLOT_FREETYPE_SERIF_BOLD_FONT=3Dtimesbd.ttf=0APLPLOT_FREETYPE_SERIF_BOLD_= ITALIC_FONT=3Dtimesbi.ttf=0APLPLOT_FREETYPE_SERIF_BOLD_OBLIQUE_FONT=3Dtimesbi.tt= f=0APLPLOT_FREETYPE_SERIF_FONT=3Dtimes.ttf=0APLPLOT_FREETYPE_SERIF_ITALIC_FONT=3D= timesi.ttf=0APLPLOT_FREETYPE_SERIF_OBLIQUE_FONT=3Dtimesi.ttf=0APLPLOT_FREETYPE_S= YMBOL_BOLD_FONT=3Dsymbol.ttf=0APLPLOT_FREETYPE_SYMBOL_BOLD_ITALIC_FONT=3Dsymbol.= ttf=0APLPLOT_FREETYPE_SYMBOL_BOLD_OBLIQUE_FONT=3Dsymbol.ttf=0APLPLOT_FREETYPE_SY= MBOL_FONT=3Dsymbol.ttf=0APLPLOT_FREETYPE_SYMBOL_ITALIC_FONT=3Dsymbol.ttf=0APLPLO= T_FREETYPE_SYMBOL_OBLIQUE_FONT=3Dsymbol.ttf=0A=0A=0A=0A=0A=0A=0A=0A=0A=0A=0A=0A=0A= =0A=0A=0A=0A=0A=0A=0A=0A=0A= |