PDF:如何解释未在 Adobe Glyph List 中列出的名称
PDF: how to interpret names not listed on Adobe Glyph List
在解析不同的 PDF 文件时,我遇到了字体编码中未在 Adobe Glyph List 中列出的字形名称(特别是在 Font.Encoding.Differences 中)
例如:budleafboldsw
关于如何解释(空字符串、空值、字符串实体)有什么建议吗?
如果可能请参考 Adobe docs/specs。
Adobe Glyph List Specification 说这样的名字被映射到空字符串:
The name ‘foo’ maps to an empty string, because ‘foo’ is not in AGL, and because it does not start with a ‘u’.
在解析不同的 PDF 文件时,我遇到了字体编码中未在 Adobe Glyph List 中列出的字形名称(特别是在 Font.Encoding.Differences 中)
例如:budleafboldsw
关于如何解释(空字符串、空值、字符串实体)有什么建议吗?
如果可能请参考 Adobe docs/specs。
Adobe Glyph List Specification 说这样的名字被映射到空字符串:
The name ‘foo’ maps to an empty string, because ‘foo’ is not in AGL, and because it does not start with a ‘u’.