lib/ttfunk/table/post.rb in ttfunk-1.6.2.1 vs lib/ttfunk/table/post.rb in ttfunk-1.7.0
- old
+ new
@@ -16,10 +16,10 @@
attr_reader :max_mem_type1
attr_reader :subtable
def self.encode(post, mapping)
- return nil unless post.exists?
+ return unless post.exists?
post.recode(mapping)
end
def fixed_pitch?