Skip to content
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

CJK glyph display issue with Harano Aji font #116

Open
jeandeaual opened this issue Apr 3, 2022 · 1 comment
Open

CJK glyph display issue with Harano Aji font #116

jeandeaual opened this issue Apr 3, 2022 · 1 comment

Comments

@jeandeaual
Copy link

When displaying this file using VSLilyPond-PDF-preview (VSLilyPond v1.7.3), no character is displayed.
The file displays correctly with tomoki1207.pdf v1.2.0 and Adobe Acrobat Reader DC.

It was generated with the following code (requires the Harano Aji fonts installed on the system) using LilyPond 2.23.7:

\version "2.22.0"
\header { tagline = "" }
\markup {
  \override #'(font-name . "Harano Aji Mincho")
  { 見 }
}

This seems to only affect the Harano Aji fonts and not other Japanese fonts like Noto Sans or IPAex.

@lhl2617
Copy link
Owner

lhl2617 commented Apr 24, 2022

This might be a problem with PDFjs, which I've pinned to a version and IIRC would not be easily upgradable.

Possible fix would be to upgrade PDFjs and make sure that nothing else breaks, will look when I have time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants