Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibPDF-js/core
/ parseCMap
Function
parseCMap
src/fontbox/cmap/parser.ts:36–38 ·
view source on GitHub ↗
(data: Uint8Array, strictMode = false)
Source
from the content-addressed store, hash-verified
34
* @returns Parsed CMap
35
*/
36
export
function
parseCMap(data: Uint8Array, strictMode = false): CMap {
37
return
new
CMapParser(data, strictMode).parse();
38
}
39
40
/**
41
* CMap parser implementation.
Callers
1
parser.test.ts
File · 0.90
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected