I am using TeXShop 4.44 on macOS 10.15.2 to typeset documents with custom fonts using XeLaTeX.
The custom font is Apple's own San Francisco font, SF Pro Text, see document below:
Code: Select all
\documentclass[12pt]{article}
\usepackage{lipsum}
\usepackage{fontspec}
\usepackage{fontspec}
\setmainfont{SF Pro Text}
\begin{document}
\lipsum[1]
\end{document}
The PDF that is generated looks as expected.
And when I print to *some* Canon printers, it prints properly.
What it's supposed to look like: See attachment SFProTextCTS9120ResultSmaller.jpg
But when I print the XeLaTeX-generated PDF using SF Pro Text to my Canon TS9120, this is the result that I get when it prints: See attachment SFProTextCTS9120ScanSmaller.jpg
It's almost as if the text is way bigger than it's supposed to be.
The weird thing is that if I rewrite the document using Apple's own Pages software, and change the font of the text within the Pages document to SF Pro Text, and print directly to the Canon TS9120, then the SF Pro Text document prints properly as expected. But not with XeLaTeX.
So, I'm not sure if this one very specific bug is a driver issue with Canon, a bug within the TeXShop/XeLaTeX typesetter, or something else.
Should I also post this thread to the Canon support forums