package
3.7.1
Repository: https://github.com/lu4p/unipdf.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

IsPredefinedCMap returns true if the specified CMap name is a predefined CJK CMap.
LoadCmapFromData parses the in-memory cmap `data` and returns the resulting CMap.
LoadCmapFromDataCID parses the in-memory cmap `data` and returns the resulting CMap.
LoadPredefinedCMap loads a predefined CJK CMap by name.
NewCIDSystemInfo returns the CIDSystemInfo encoded in PDFObject `obj`.
NewToUnicodeCMap returns an identity CMap with codeToUnicode matching the `codeToUnicode` arg.

# Constants

# Variables

CMap parser errors.
CMap parser errors.
CMap parser errors.

# Structs

CIDSystemInfo contains information for identifying the character collection used by a CID font.
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.