function __construct(Font_TrueType $font)
 {
     parent::__construct($font);
     $this->checksum = $this->readUInt32();
     $this->offset = $this->readUInt32();
     $this->length = $this->readUInt32();
     $this->entryLength += 12;
 }
 function __construct(Font_WOFF $font)
 {
     parent::__construct($font);
     $this->offset = $this->readUInt32();
     $this->length = $this->readUInt32();
     $this->origLength = $this->readUInt32();
     $this->checksum = $this->readUInt32();
 }
 function __construct(Font_WOFF $font)
 {
     parent::__construct($font);
 }
 function __construct(Font_TrueType $font)
 {
     parent::__construct($font);
 }