# File lib/ttfunk/table/cmap.rb, line 15 def unicode # Because most callers just call .first on the result, put tables with # highest-number format first. Unsupported formats will be ignored. @unicode ||= @tables.select { |table| table.unicode? && table.supported? } .sort{|a,b| b.format <=> a.format } end
Generated with the Darkfish Rdoc Generator 2.