# File lib/native_file_types/c64/C64GeoPaintPic.rb, line 109
def meta_data
        return super unless @contents.kind_of?(Array) && !info_block.nil?
#       @meta_data["geos_font_lengths"]=(lengths.collect{|x| '$%04x' % x}).join(",")  

        super
end