-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent fontName value #11610
Comments
That unfortunately cannot be done, since font names must be unique for every |
Thank you for clarification, is there a way to disable this feature? In my case there is no requirement for opening documents in parallel. |
No; and such an option isn't something that would be good to add either[1]. Please note that the current unique font names were added to address specific (and somewhat) reoccurring bugs with broken fonts. Ninja-edit: However, I suppose that it may be possible to change things such that at least the [1] It'd risk adding unnecessary complexity in the code, and you'd basically add a foot-gun which users may inadvertently use to break font rendering for themselves. |
You could change that for a custom deployment, but it's not something we recommend or support. |
Attach (recommended) or Link to PDF file here:
Configuration:
Steps to reproduce the problem:
Font name associated with each line is inconsistent, the first read produce
g_d0_f8
, secondg_d2_f26
etc. I am having to add a new or case every time I increase the runtime on the document.What is the expected behavior? (add screenshot)
font name should always be the same for the same line of text
The text was updated successfully, but these errors were encountered: