# File lib/HostSystem.rb, line 69
def self.font_data
  @font_data=File.new(font_data_filename,"rb").read if @font_data.nil?
  @font_data
end