TCPDF で PHP を使用するためのカスタム OTF フォントと AFM ファイル (Postscript タイプ 1 リソース) を準備するときに問題が発生しています。
PHP のプログラムでスロットが印刷されない fontfontge に検証エラーがあるため、私の仕事は fontforge でフォントを修正することだと思いますが、正直なところわかりません。
FontForgeでソース フォントを開くと、次の検証エラーが表示されます。
The glyph named mu is mapped to U+00B5
But It's name indicates it should be mapped to U+03BC
The glyph named Delta is mapped to U+2206
But It's name indicates it should be mapped to U+0394
The glyph named fi is mapped to U+F001
But It's name indicates it should be mapped to U+FB01
The glyph named fl is mapped to U+F002
But It's name indicates it should be mapped to U+FB02
これについて手を貸して、これらの文字を PHP スクリプトで「見える」ようにしてもらえますか?
ありがとう