commit
5a754ddd55
@ -191,7 +191,7 @@ class AFM(object):
|
||||
def write(self, path, sep='\r'):
|
||||
import time
|
||||
lines = [ "StartFontMetrics 2.0",
|
||||
"Comment Generated by afmLib; at %s" %
|
||||
"Comment Generated by afmLib; at %s" % (
|
||||
time.strftime("%m/%d/%Y %H:%M:%S",
|
||||
time.localtime(time.time())))]
|
||||
|
||||
|
@ -527,7 +527,7 @@ class PSOperators:
|
||||
self.push(ps_dict({}))
|
||||
|
||||
def ps_begin(self):
|
||||
self.dictstack.append(self.pop('dicttype')value)
|
||||
self.dictstack.append(self.pop('dicttype').value)
|
||||
|
||||
def ps_end(self):
|
||||
if len(self.dictstack) > 2:
|
||||
|
@ -5,10 +5,6 @@ include Doc/ChangeLog
|
||||
include Doc/*.txt
|
||||
include Doc/*.html
|
||||
include MetaTools/*.py
|
||||
include MetaTools/*.diff
|
||||
include Mac/TTX.py
|
||||
include Mac/README.txt
|
||||
include Mac/TTX.rsrc.hqx
|
||||
include Windows/mcmillan.bat
|
||||
include Windows/ttx.ico
|
||||
include Windows/README.TXT
|
||||
|
Loading…
x
Reference in New Issue
Block a user