PDFBox加载某个字体文件时会找不到文件报错
但是使用命名行是可以找到,所以只需要进入文件,把mstmc.ttf删除就可以解决了
C:\Users\Administrator>cd /windows/fonts
C:\Windows\Fonts>dir /s mstmc*
驱动器 C 中的卷是 系统
卷的序列号是 0284-E676
C:\Windows\Fonts 的目录
2022/05/04 02:05 4,096 mstmc.ttf
1 个文件 4,096 字节
所列文件总数:
1 个文件 4,096 字节
0 个目录 8,129,482,752 可用字节
C:\Windows\Fonts>del mstmc.ttf
已复制 1 个文件。
