# Functions
LoadCmapFromData parses the in-memory cmap `data` and returns the resulting CMap.
LoadCmapFromDataCID parses the in-memory cmap `data` and returns the resulting CMap.
NewCIDSystemInfo returns the CIDSystemInfo encoded in PDFObject `obj`.
NewToUnicodeCMap returns an identity CMap with codeToUnicode matching the `codeToUnicode` arg.
# Constants
MissingCodeRune replaces runes that can't be decoded.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CIDSystemInfo=Dict("Registry": Adobe, "Ordering": Korea1, "Supplement": 0, ).
CMap represents a character code to unicode mapping used in PDF files.
Codespace represents a single codespace range used in the CMap.
# Type aliases
CharCode is a character code or Unicode rune is int32 https://golang.org/doc/go1#rune.