Changeset 7

Show
Ignore:
Timestamp:
08/27/07 22:37:09 (1 year ago)
Author:
jyamada1
Message:

Add basic OpenType and Type1 support. Very primitive and needs checking.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/fontypython/folder.py

    r6 r7  
    3636        ## Fill my tanks! 
    3737        for f in os.listdir(self.path): 
    38             if f.upper().endswith(".TTF"): 
     38            if f.upper().endswith(".TTF") or f.upper().endswith(".OTF") or 
     39                  f.upper().endswith(".PFB"): 
    3940                #print "f is ", f 
    4041                try: