|
This class represents the cidsysteminfo dictionary. This is
definitively detailed in:.
The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 116,
page 268.
The ISO PDF
Specification, ISO 32000-2:2017 PDF 2.0; Table: 114, page 326.
System.Object
WebSupergoo.ABCpdf14.Elements.Element
WebSupergoo.ABCpdf14.Elements.CIDSystemInfoElement
A CIDSystemInfo dictionary identifies the character collection
that a CIDFont or CMap is designed for. It ties the font or CMap to
a specific registry, ordering, and supplement level, which together
define the set of character identifiers the font or CMap can
handle.
Registry names the organisation that defined the collection,
such as Adobe. Ordering names the specific character set within
that registry, such as Japan1 or GB1. Supplement gives the revision
number of the collection; higher supplement values add characters
to lower ones.
When a CIDFont and a CMap are used together in a type 0 font,
their CIDSystemInfo values must be compatible. The Registry and
Ordering strings must match exactly; the CMap supplement may be
less than or equal to the CIDFont supplement.
CIDSystemInfo is a direct dictionary object, not an indirect
one. It appears both in CIDFont dictionaries and in CMap stream
dictionaries.
|