Searched refs:typeface (Results 1 – 11 of 11) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | font_factory.class.php | 28 function &getTrueType($typeface, $encoding) { argument 29 if (!isset($this->fonts[$typeface][$encoding])) { 31 $fontfile = $g_font_resolver_pdf->ttf_mappings[$typeface]; 39 $this->fonts[$typeface][$encoding] = $font; 42 return $this->fonts[$typeface][$encoding];
|
H A D | font.resolver.class.php | 23 foreach ($this->ttf_mappings as $typeface => $file) { 24 pdf_set_parameter($pdf, "FontOutline", $typeface."=".TTF_FONTS_REPOSITORY.$file); 28 function add_ttf_mapping($typeface, $file, $embed) { argument 29 $this->ttf_mappings[$typeface] = $file; 30 $this->embed[$typeface] = $embed; 33 function add_afm_mapping($typeface, $file) { argument 34 $this->afm_mappings[$typeface] = $file; 45 function get_afm_mapping($typeface) { argument 46 return (isset($this->afm_mappings[$typeface]) ? 47 $this->afm_mappings[$typeface] :
|
H A D | font.class.php | 125 function &create($typeface, $encoding, $font_resolver, &$error_message) { argument 141 $afm = $font_resolver->get_afm_mapping($typeface); 143 if (!$font->_parse_afm($afm, $typeface, $encoding)) { 153 function _parse_afm($afm, $typeface, $encoding) { argument 162 $_typeface = $typeface;
|
H A D | box.img.php | 99 $typeface = $font_resolver->get_typeface_name($font->family, 104 $this->_cache[CACHE_TYPEFACE][$subword_index] = $typeface; 106 return $typeface;
|
H A D | output.png.class.php | 126 function _setFont($typeface, $encoding, $size) { argument 128 $fontfile = $g_font_resolver_pdf->ttf_mappings[$typeface]; 130 $font = $this->_font_factory->getTrueType($typeface, $encoding); 133 $this->_font[0] = array('font' => $typeface,
|
H A D | box.text.php | 112 $typeface = $font_resolver->get_typeface_name($font->family, 117 $this->_cache[CACHE_TYPEFACE][$subword_index] = $typeface; 119 return $typeface;
|
H A D | ChangeLog | 224 incorrectly in 'alias' directive, making this typeface unavailable
|
/plugin/clock/ |
H A D | style.css | 68 * For full experience, it is _recommended_ to make the typeface available 70 * Take into consideration the licensing of the typeface, and offer a 113 * For full experience, it is _recommended_ to make the typeface available 115 * Take into consideration the licensing of the typeface, and offer a 121 * Warning: this defines a Truetype typeface with the following license: 131 * Warning: this defines a Truetype typeface with the following license: 169 * Features : a blue box with a white typeface, shadows. 177 * For full experience, it is _recommended_ to make the typeface available 179 * Take into consideration the licensing of the typeface, and offer a
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.js | 15377 var typeface = "\"".concat(name, "\", ").concat(fontObj.fallbackName); 15380 …tx.font = "".concat(italic, " ").concat(bold, " ").concat(browserFontSize, "px ").concat(typeface);
|
H A D | pdf.js.map | 1 …typeface","browserFontSize","paintChar","textRenderingMode","fontSize","fillStrokeMode","isAddToPa…
|
/plugin/datatables/assets/pdfmake/build/ |
H A D | pdfmake.min.js | 37 …tyle:A.uint16,typeFamily:A.uint16,capHeight:A.uint16,symbolSet:A.uint16,typeface:new A.String(16),…
|