Lines Matching refs:name

144 	var $name;
675 // name - Naming table
676 $name_offset = $this->seek_table("name");
679 throw new \Mpdf\Exception\FontException("Error loading font: Unknown name table format $format for font $this->filename");
706 throw new \Mpdf\Exception\FontException("Error loading font: PostScript name is UTF-16BE string of odd length for font $this->filename");
743 throw new \Mpdf\Exception\FontException("Error loading font: Could not find PostScript font name '$this->filename'");
763 $this->name = $psName;
2010 throw new \Mpdf\Exception\FontException("Lookup Type 5, SubstFormat 3 not tested. Please report this with the name of font used - " . $this->fontkey);
3605 // name - table copied from the original
3606 // MS spec says that "Platform and encoding ID's in the name table should be consistent with those in the cmap table.
3609 $this->add('name', $this->get_table('name'));
3914 // Match name table's font subfamily string
4171 // MS spec says that "Platform and encoding ID's in the name table should be consistent with those in the cmap table.
4174 // Needs to have a name entry in 3,0 (e.g. symbol) - original font will be 3,1 (i.e. Unicode)
4175 $name = $this->get_table('name');
4176 $name_offset = $this->seek_table("name");
4185 $name = $this->_set_ushort($name, $pos, 0x00); // Change encoding to 3,0 rather than 3,1
4189 $this->add('name', $name);
4336 3, 0, // Subtable : platform, encoding // See note above for 'name'
4800 $tags = ['OS/2', 'glyf', 'head', 'hhea', 'hmtx', 'loca', 'maxp', 'name', 'post', 'cvt ', 'fpgm', 'gasp', 'prep'];