| @@ 237-241 (lines=5) @@ | ||
| 234 | $fmetric['Flags'] |= 0x40000; | |
| 235 | } | |
| 236 | } | |
| 237 | 			if (preg_match('#/StdVW[\s]*\[([^\]]*)#', $eplain, $matches) > 0) { | |
| 238 | $fmetric['StemV'] = intval($matches[1]); | |
| 239 | 			} else { | |
| 240 | $fmetric['StemV'] = 70; | |
| 241 | } | |
| 242 | 			if (preg_match('#/StdHW[\s]*\[([^\]]*)#', $eplain, $matches) > 0) { | |
| 243 | $fmetric['StemH'] = intval($matches[1]); | |
| 244 | 			} else { | |
| @@ 242-246 (lines=5) @@ | ||
| 239 | 			} else { | |
| 240 | $fmetric['StemV'] = 70; | |
| 241 | } | |
| 242 | 			if (preg_match('#/StdHW[\s]*\[([^\]]*)#', $eplain, $matches) > 0) { | |
| 243 | $fmetric['StemH'] = intval($matches[1]); | |
| 244 | 			} else { | |
| 245 | $fmetric['StemH'] = 30; | |
| 246 | } | |
| 247 | 			if (preg_match('#/BlueValues[\s]*\[([^\]]*)#', $eplain, $matches) > 0) { | |
| 248 | 				$bv = explode(' ', $matches[1]); | |
| 249 | 				if (count($bv) >= 6) { | |