Method: FontProcessor::FontFile#unicode

Defined in:
lib/fontprocessor/font_file.rb

#unicodeObject

Public: Inspects which Unicode values are contained within the font.

Returns an Array of Unicode ids represented as Fixnums contained within the font.



83
84
85
86
# File 'lib/fontprocessor/font_file.rb', line 83

def unicode
  @unicode ||= @font_manipulator.unicode_as_binary_entries
  @unicode
end