lib/ttfunk/table/cff/charsets/iso_adobe.rb in ttfunk-1.7.0 vs lib/ttfunk/table/cff/charsets/iso_adobe.rb in ttfunk-1.8.0
- old
+ new
@@ -2,10 +2,11 @@
module TTFunk
class Table
class Cff < TTFunk::Table
module Charsets
+ # Predefined CFF ISOAdobe charset
ISO_ADOBE = OneBasedArray.new(
[
'space',
'exclam',
'quotedbl',
@@ -230,11 +231,11 @@
'ucircumflex',
'udieresis',
'ugrave',
'yacute',
'ydieresis',
- 'zcaron'
- ]
+ 'zcaron',
+ ],
).freeze
end
end
end
end