This commit is contained in:
Kovid Goyal 2009-02-22 08:18:17 -08:00
parent 376aac607d
commit 4706660425
2 changed files with 4 additions and 2 deletions

View File

@ -106,6 +106,8 @@ class EbookIterator(object):
family = family.group(1).strip().replace('"', '') family = family.group(1).strip().replace('"', '')
if family not in families: if family not in families:
print 'WARNING: Family aliasing not supported:', block print 'WARNING: Family aliasing not supported:', block
else:
print 'Loaded embedded font:', repr(family)
def __enter__(self): def __enter__(self):
self._tdir = TemporaryDirectory('_ebook_iter') self._tdir = TemporaryDirectory('_ebook_iter')