Searched refs:fontFile (Results 1 – 7 of 7) sorted by relevance
/plugin/fontface/ |
H A D | install_fonts.txt | 10 * <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/ |
H A D | figlet.php | 55 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/ |
H A D | README | 11 You can add variants into the "fontFile" option, e.g. 'Expletus+Sans:regular,bold'.
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | ot.class.php | 282 function setFontFile(&$fontFile) { argument 283 $this->_fontFile =& $fontFile; 872 $fontFile =& $this->getFontFile(); 873 $hhea =& $fontFile->getTable('hhea'); 874 $maxp =& $fontFile->getTable('maxp');
|
H A D | output.png.class.php | 505 $fontFile = $g_font_resolver_pdf->ttf_mappings[$font['font']]; 520 TTF_FONTS_REPOSITORY.$fontFile,
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 32898 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);
|
H A D | pdf.worker.js.map | 1 …fontFile","length1","length2","length3","loadedName","wideChars","fixedPitch","fontMatrix","xHeigh…
|