-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
needs_detailsNeeds additional informationNeeds additional information
Description
I would like to get color emoji, but there is error:
Traceback (most recent call last):
File "/home/data1/protected/bin/txt2pdf", line 335, in <module>
PDFCreator(args, Margins(
File "/home/data1/protected/bin/txt2pdf", line 67, in __init__
pdfmetrics.registerFont(TTFont('myFont', args.font))
File "/home/data1/protected/.local/lib/python3.10/site-packages/reportlab/pdfbase/ttfonts.py", line 1177, in __init__
self.face = TTFontFace(filename, validate=validate, subfontIndex=subfontIndex)
File "/home/data1/protected/.local/lib/python3.10/site-packages/reportlab/pdfbase/ttfonts.py", line 1071, in __init__
TTFontFile.__init__(self, filename, validate=validate, subfontIndex=subfontIndex)
File "/home/data1/protected/.local/lib/python3.10/site-packages/reportlab/pdfbase/ttfonts.py", line 439, in __init__
self.extractInfo(charInfo)
File "/home/data1/protected/.local/lib/python3.10/site-packages/reportlab/pdfbase/ttfonts.py", line 853, in extractInfo
if 'loca' not in self.table: raise TTFError('missing location table')
reportlab.pdfbase.ttfonts.TTFError: missing location table
Metadata
Metadata
Assignees
Labels
needs_detailsNeeds additional informationNeeds additional information