From: sa6113 <s.p...@gm...> - 2008-09-13 09:40:20
|
I want to set all font system to my texts, but I can't set all the fonts. I am using this code: font = FontProperties( size='small' ,fname = 'Tahoma' ) self.ax.legend( line, label, legend , prop = font ) It raises this error : font = FT2Font(str(fname)) RuntimeError: Could not open facefile Tahoma; Cannot_Open_Resource Should I add a font family for that before? How? -- View this message in context: http://www.nabble.com/set-font-problem.-tp19468970p19468970.html Sent from the matplotlib - users mailing list archive at Nabble.com. |