Home
last modified time | relevance | path

Searched refs:_nameRecord (Results 1 – 1 of 1) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dot.class.php341 var $_nameRecord; variable in OpenTypeFileNAME
345 $this->_nameRecord = array();
363 $this->_nameRecord[] =& $record;
376 $size = count($this->_nameRecord);
379 if ($this->_nameRecord[$i]->match($platformId, $encodingId, $languageId, $nameId)) {
380 return $this->_nameRecord[$i]->getName();