I'm using mPDF 6.0 to create PDF files in Japanese.
The font can be set as "the free Adobe CJK Asian fonts" setting useAdobeCJK to true, like this:
$mpdf->useAdobeCJK = true;
In that case, what is the font actually used?
I've looked everywhere and I couldn't find it. File config_lang2fonts.php shows that Setting useAdobeCJK to true uses a font called as "sjis", but I can't figure out what it is. The answer is not in mPDF documentation or on Adobe website.