Lines Matching defs:tables

104 	var $tables;
238 $this->tables = [];
304 $this->tables = [];
312 $this->tables[$record['tag']] = $record;
322 // Check the checksums for all tables
323 foreach ($this->tables as $t) {
386 if (!isset($this->tables[$tag])) {
389 $offset = $this->tables[$tag]['offset'];
390 $length = $this->tables[$tag]['length'];
570 $this->tables = [];
825 if (isset($this->tables["hhea"])) {
840 if (isset($this->tables["OS/2"])) {
1234 if (isset($this->tables["GDEF"])) {
1299 The table consists of an offset to a Coverage table (Coverage) listing all glyphs that define attachment points in the GPOS table, a count of the glyphs with attachment points (GlyphCount), and an array of offsets to AttachPoint tables (AttachPoint). The array lists the AttachPoint tables, one for each glyph in the Coverage table, in the same order as the Coverage Index.
1304 Offset AttachPoint[GlyphCount] Array of offsets to AttachPoint tables-from beginning of AttachList table-in Coverage Index order
1355 throw new \Mpdf\Exception\FontException(sprintf('Unable to set font "%s" to use OTL as it does not include OTL tables (or at least not a GDEF table).', $this->filename));
1364 if (isset($this->tables['GSUB'])) {
1366 $GSUB_length = $this->tables['GSUB']['length'];
1367 $s .= fread($this->fh, $this->tables['GSUB']['length']);
1370 if (isset($this->tables['GPOS'])) {
1372 $s .= fread($this->fh, $this->tables['GPOS']['length']);
1439 if (!isset($this->tables['GSUB'])) {
1735 // Ligature tables
1764 // Ligature tables
1852 // Get Coverage tables and prepare preg_replace
3280 if (!isset($this->tables["GPOS"])) {
3471 $this->tables = [];
3611 // tables copied from the original
3614 if (isset($this->tables[$tag])) {
3620 if (isset($this->tables['post'])) {
3878 $head[17] = chr($head[17] & ~(1 << 4)); // Unset Bit 4 (as hdmx/LTSH tables not included)
3908 if (isset($this->tables['OS/2'])) {
3964 $this->tables = [];
4192 if (isset($this->tables['OS/2'])) {
4216 //tables copied from the original
4219 if (isset($this->tables[$tag])) {
4225 if (isset($this->tables['post'])) {
4732 $tables = $this->otables;
4733 ksort($tables);
4735 foreach ($tables as $tag => $data) {
4748 foreach ($tables as $tag => $data) {
4775 $this->tables = [];
4803 if (isset($this->tables[$tag])) {