Home
last modified time | relevance | path

Searched refs:typeface (Results 1 – 12 of 12) sorted by path

/plugin/clock/
H A Dstyle.css66 * For full experience, it is _recommended_ to make the typeface available
68 * Take into consideration the licensing of the typeface, and offer a
133 * Features : a blue box with a white typeface, shadows.
141 * For full experience, it is _recommended_ to make the typeface available
143 * Take into consideration the licensing of the typeface, and offer a
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog224 incorrectly in 'alias' directive, making this typeface unavailable
H A Dbox.img.php99 $typeface = $font_resolver->get_typeface_name($font->family,
104 $this->_cache[CACHE_TYPEFACE][$subword_index] = $typeface;
106 return $typeface;
H A Dbox.text.php112 $typeface = $font_resolver->get_typeface_name($font->family,
117 $this->_cache[CACHE_TYPEFACE][$subword_index] = $typeface;
119 return $typeface;
H A Dfont.class.php125 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 Dfont.resolver.class.php23 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 Dfont_factory.class.php28 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 Doutput.png.class.php126 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,
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js15377 var typeface = "\"".concat(name, "\", ").concat(fontObj.fallbackName);
15380 …tx.font = "".concat(italic, " ").concat(bold, " ").concat(browserFontSize, "px ").concat(typeface);
H A Dpdf.js.map1typeface","browserFontSize","paintChar","textRenderingMode","fontSize","fillStrokeMode","isAddToPa…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs11547 o[o.length] = '<a:latin typeface="Cambria"/>';
11548 o[o.length] = '<a:ea typeface=""/>';
11549 o[o.length] = '<a:cs typeface=""/>';
11551 o[o.length] = '<a:font script="Hang" typeface="맑은 고딕"/>';
11552 o[o.length] = '<a:font script="Hans" typeface="宋体"/>';
11553 o[o.length] = '<a:font script="Hant" typeface="新細明體"/>';
11582 o[o.length] = '<a:latin typeface="Calibri"/>';
11583 o[o.length] = '<a:ea typeface=""/>';
11584 o[o.length] = '<a:cs typeface=""/>';
11587 o[o.length] = '<a:font script="Hans" typeface="宋体"/>';
[all …]