Method: CombinePDF::Fonts::Font#cmap

Defined in:
lib/combine_pdf/fonts.rb

#cmapObject

set/get a character/Glyph mapping for the font (the equivilant of a CMap)

the cmap is a Hash were each key is the unicode character code and the value is the glyph ID for the font.



29
30
31
# File 'lib/combine_pdf/fonts.rb', line 29

def cmap
  @cmap
end