class PDF::Reader::CMap
def decode(c)
Returns an array of Integers.
Convert a glyph code into one or more Codepoints.
def decode(c) # TODO: implement the conversion return c unless Integer === c @map[c] end
def decode(c) # TODO: implement the conversion return c unless Integer === c @map[c] end