mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
IGN:...
This commit is contained in:
parent
376aac607d
commit
4706660425
@ -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')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user