Font loading discrepancy
t56k opened this issue · 0 comments
t56k commented
When I run scribus-ng -fi
on the command line I get this response:
...
Loading font /home/ubuntu/.local/share/fonts/HelveticaNeueLTStd-Lt.otf (found using fontconfig)
Font HelveticaNeueLTStd-Lt loaded from /home/ubuntu/.local/share/fonts/HelveticaNeueLTStd-Lt.otf(1)
...
But a Python call to scribus.getXFontNames()
doesn't include the font. Where do I start looking?