1585 1586 1587 1588
# File 'lib/makefont.rb', line 1585 def ReadLong(f) a = f.read(4).unpack('N') return a[0] end