1580 1581 1582 1583
# File 'lib/makefont.rb', line 1580 def ReadShort(f) a = f.read(2).unpack('n') return a[0] end