Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 61108
Collapse All | Expand All

(-)mftrace-orig (-1 / +1 lines)
Lines 765-775 Link Here
765
765
766
	opt = ''
766
	opt = ''
767
	
767
	
768
	if pfa:
768
	if pfa:
769
		opt = '--pfa'
770
		outname = fontname + '.pfa'
769
		outname = fontname + '.pfa'
771
	else:
770
	else:
771
		opt = '-b'
772
		outname = fontname + '.pfb'
772
		outname = fontname + '.pfb'
773
		
773
		
774
	progress (_ ("Assembling font to `%s'... ") % outname)
774
	progress (_ ("Assembling font to `%s'... ") % outname)
775
	system ('t1asm %s mftrace.t1asm %s' % (opt, outname))
775
	system ('t1asm %s mftrace.t1asm %s' % (opt, outname))

Return to bug 61108