Home
last modified time | relevance | path

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

/plugin/fontface/
Dinstall_fonts.txt10 * <fontFile>.ttf
11 * <fontFile>.woff
15 * <fontFile>.eot
16 * <fontFile>.svg
17 * <fontFile>.woff2
27 You can add variants into the "fontFile" option, e.g. 'Expletus+Sans:regular,bold'.
/plugin/captcha/
Dfiglet.php55 public $fontFile; variable in phpFiglet
63 $this->fontFile = @file($fontfile);
64 if (!$this->fontFile) return false;
66 $hp = explode(" ", $this->fontFile[0]); // get header
100 $tmp = $this->fontFile[$start + $a];
/plugin/googlefonts/
DREADME11 You can add variants into the "fontFile" option, e.g. 'Expletus+Sans:regular,bold'.
/plugin/html2pdf/html2pdf/html2ps/
Dot.class.php282 function setFontFile(&$fontFile) { argument
283 $this->_fontFile =& $fontFile;
872 $fontFile =& $this->getFontFile();
873 $hhea =& $fontFile->getTable('hhea');
874 $maxp =& $fontFile->getTable('maxp');
Doutput.png.class.php505 $fontFile = $g_font_resolver_pdf->ttf_mappings[$font['font']];
520 TTF_FONTS_REPOSITORY.$fontFile,
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js32898 var fontFile = descriptor.get('FontFile', 'FontFile2', 'FontFile3');
32900 if (fontFile) {
32901 if (fontFile.dict) {
32902 var subtype = fontFile.dict.get('Subtype');
32908 var length1 = fontFile.dict.get('Length1');
32909 var length2 = fontFile.dict.get('Length2');
32910 var length3 = fontFile.dict.get('Length3');
32918 file: fontFile,
32968 return new _fonts.Font(fontName.name, fontFile, properties);
Dpdf.worker.js.map1fontFile","length1","length2","length3","loadedName","wideChars","fixedPitch","fontMatrix","xHeigh…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js16303 var fontFile = this.document.ref();
16305 fontFile.data.Subtype = 'CIDFontType0C';
16308 return fontFile.write(data);
16310 return fontFile.end();
16348 descriptor.data.FontFile3 = fontFile;
16350 descriptor.data.FontFile2 = fontFile;
71187 var fontFile = fontProvider.getFontFile(font, bold, italic);
71188 if (fontFile === null) {
71193 return fontFile;