Home
last modified time | relevance | path

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

/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/
H A DFontMetrics.php331 * @param string $familyRaw
336 public function getFont($familyRaw, $subtypeRaw = "normal") argument
340 if (isset($cache[$familyRaw][$subtypeRaw])) {
341 return $cache[$familyRaw][$subtypeRaw];
354 if ($familyRaw) {
355 $family = str_replace(array("'", '"'), "", strtolower($familyRaw));
358 return $cache[$familyRaw][$subtypeRaw] = $this->fontLookup[$family][$subtype];
367 return $cache[$familyRaw][$subtypeRaw] = $this->fontLookup[$family][$subtype];
378 return $cache[$familyRaw][$subtypeRaw] = $font;
385 return $cache[$familyRaw][$subtypeRaw] = $font;
[all …]