class HexaPDF::Font::TrueType::Table::CmapSubtable

def [](code)

not mapped.
Returns the glyph index for the given character code or +nil+ if the character code is
def [](code)
  @code_map[code]
end