Skip Menu |

This queue is for tickets about the PDF-API2 CPAN distribution.

Report information
The Basics
Id: 122393
Status: open
Priority: 0/
Queue: PDF-API2

People
Owner: Nobody in particular
Requestors: ohtani [...] cat.hokudai.ac.jp
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: cjk font problem
Date: Sat, 8 Jul 2017 22:43:23 +0900
To: bug-PDF-API2 [...] rt.cpan.org
From: Bunsho Ohtani <bunshoohtani [...] gmail.com>
Dear Sirs: When Japanese message is placed in a PDF file, strange phenomena happen. $font = $pdf -> cjkfont( 'KozGo' ); actual displayed font: KozMin $font = $pdf -> cjkfont( 'KozGo-Bold' ); actual displayed font: KozGo-Bold $font = $pdf -> cjkfont( 'KozGo-Italic' ); actual displayed font: KozMin-Italic $font = $pdf -> cjkfont( 'KozGo-Medium' ); <ERROR: font is not installed> Then, for gothic fonts, only KozGo-Bold can be used, but I would like to display with KozGo. Best regards, Bunsho OHTANI
FYI, this is rejected in PDF::Builder -- the example given appears to work fine, and the OP has not added any further information
Subject: Re: [rt.cpan.org #122393] cjk font problem
Date: Tue, 5 Mar 2019 17:05:05 +0900
To: bug-PDF-API2 [...] rt.cpan.org
From: Bunsho OHTANI <ohtani [...] cat.hokudai.ac.jp>
Thank you for your help. I will try it. Best regards, Bunsho 2019年3月5日(火) 3:48 Phil M. Perry via RT <bug-PDF-API2@rt.cpan.org>: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=122393 > > > FYI, this is rejected in PDF::Builder -- the example given appears to work > fine, and the OP has not added any further information > > >
Subject: Re: [rt.cpan.org #122393] cjk font problem
Date: Tue, 5 Mar 2019 23:32:55 +0900
To: bug-PDF-API2 [...] rt.cpan.org
From: Bunsho OHTANI <ohtani [...] cat.hokudai.ac.jp>
I have tried using PDF::Builder, but the phenomena that command '$pdf -> cjkfont( "KozGo" )' results in the same as '$pdf -> cjkfont( "KozMin'")' as is when PDF::API" is used. Best regards, Bunsho
Please read https://github.com/PhilterPaper/Perl-PDF-Builder/issues/72 and try it out. In that ticket, I explain what I looked at and why I did not find any problem (could not reproduce your reported problem). As I am not a user of CJK alphabets or fonts, it is possible that I missed something in my analysis. If I did, and you still feel that there is a problem, please explain in detail either here or on GitHub (if you have an account there). As I am not a user of such fonts, I'm afraid that you will need to explain it as you would to a child! :) You might also want to start with fresh copies of the font files on your system, as perhaps one got copied over another at some point. At least, confirm that the files are different!
Subject: Re: [rt.cpan.org #122393] cjk font problem
Date: Wed, 6 Mar 2019 15:33:47 +0900
To: bug-PDF-API2 [...] rt.cpan.org
From: Bunsho OHTANI <ohtani [...] cat.hokudai.ac.jp>
Thanks, I'll check them out. Best regards, Bunsho 2019年3月6日(水) 0:55 Phil M. Perry via RT <bug-PDF-API2@rt.cpan.org>: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=122393 > > > Please read https://github.com/PhilterPaper/Perl-PDF-Builder/issues/72 > and try it out. In that ticket, I explain what I looked at and why I did > not find any problem (could not reproduce your reported problem). As I am > not a user of CJK alphabets or fonts, it is possible that I missed > something in my analysis. If I did, and you still feel that there is a > problem, please explain in detail either here or on GitHub (if you have an > account there). As I am not a user of such fonts, I'm afraid that you will > need to explain it as you would to a child! :) > > You might also want to start with fresh copies of the font files on your > system, as perhaps one got copied over another at some point. At least, > confirm that the files are different! > > >