def __init__(self, handle):

            self.bCharSet = unpack('>B', handle.read(1) )[0]
            self.xRatio = unpack('>B', handle.read(1) )[0]
            self.yStartRatio = unpack('>B', handle.read(1) )[0]