Home
last modified time | relevance | path

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

/plugin/projects/plugins/target/
H A Dplot.php110 $font_name = $this->plot->property('font-name');
111 if (!$font_name) $font_name = 'tahoma.ttf';
112 $font_name = 'lib/plugins/projects/pchart/fonts/' . $font_name;
115 $plot->setFontProperties($font_name, $font_size);
119 $position = imageftbbox($font_size, 0, $font_name,
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.text.php39 function _make_wrappable(&$driver, $base_width, $font_name, $font_size, $subword_index) { argument
46 $font_name,
50 $font_name,
356 $font_name = $this->_get_font_name($driver, 0);
361 $ascender = $driver->font_ascender($font_name, $this->encodings[0]);
367 $descender = $driver->font_descender($font_name, $this->encodings[0]);
396 $font_name = $this->_get_font_name($driver, $i);
399 $font_name,
405 …array_merge($this->_wrappable, $this->_make_wrappable($driver, $width, $font_name, $font_size, $i)…
425 $font_name,
H A Dbox.img.php118 $font_name = $this->_get_font_name($driver, 0);
123 $ascender = $driver->font_ascender($font_name, 'iso-8859-1');
129 $descender = $driver->font_descender($font_name, 'iso-8859-1');
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js7030 function write_headform(lwidth){var c,font,font_name,align,x,y,sz,info_val={},info_font=clone(info_font_init),info_sz={A:cfmt.infospace,C:cfmt.composerspace,O:cfmt.composerspace,R:cfmt.infospace},info_nb={}
7072 font_name=info_font[c]
7073 if(!font_name)
7074 font_name="history";font=get_font(font_name);sz=font.size*1.1
7092 font_name=info_font[c]
7093 if(!font_name)
7094 font_name="history";font=get_font(font_name);sz=font.size*1.1
7105 if(c=='T'){font_name
[all...]