Lines Matching refs:hp
66 $hp = explode(" ", $this->fontFile[0]); // get header
68 $this->signature = substr($hp[0], 0, strlen($hp[0]) - 1);
69 $this->hardblank = substr($hp[0], strlen($hp[0]) - 1, 1);
70 $this->height = $hp[1];
71 $this->baseline = $hp[2];
72 $this->maxLenght = $hp[3];
73 $this->oldLayout = $hp[4];
74 $this->commentLines = $hp[5] + 1;
75 $this->printDirection = $hp[6];
76 $this->fullLayout = $hp[7];
77 $this->codeTagCount = $hp[8];
79 unset($hp);