Module: Fontisan::Export::TableSerializer::CmapSummary
- Defined in:
- lib/fontisan/export/table_serializer.rb
Class Method Summary collapse
Class Method Details
.call(table) ⇒ Object
129 130 131 132 |
# File 'lib/fontisan/export/table_serializer.rb', line 129 def self.call(table) { type: "cmap", version: table.version, note: "Character mappings stored as binary" } end |