Documentation
¶
Overview ¶
Character Mappings (cmap).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CMapRangeT ¶
type CMapRangeT struct { Prev *CMapRangeT From, To, Dest int }
type CMapT ¶
type CMapT struct { Basic [256]int // basic characters Extended map[int]int // characters > 255 Ranges *CMapRangeT // ranges with growing content DRanges *CMapRangeT // fixed ranges }
Click to show internal directories.
Click to hide internal directories.