Searched refs:line_height (Results 1 – 11 of 11) sorted by relevance
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | value.font.class.php | 8 var $line_height; variable in ValueFont 26 if ($this->line_height === CSS_PROPERTY_INHERIT) { 27 $font->line_height = CSS_PROPERTY_INHERIT; 29 $font->line_height = $this->line_height->copy(); 37 $this->line_height->units2pt($base_font_size); 62 if ($this->line_height === CSS_PROPERTY_INHERIT) { 63 $this->line_height = $state->getInheritedProperty(CSS_LINE_HEIGHT);
|
| D | css.font.inc.php | 56 $this->_defaultValue->line_height = CSS::getDefaultValue(CSS_LINE_HEIGHT); 70 $font->line_height = CSS_PROPERTY_INHERIT; 148 $font->line_height = $handler->parse($size_subvalues[1]);
|
| D | box.br.php | 131 $parent->_current_y - $font->line_height->apply($fs->getPoints()));
|
| D | box.text.php | 88 $line_height = $this->get_css_property(CSS_LINE_HEIGHT); 91 …$scale = $line_height->apply($this->ascender + $this->descender) / ($this->ascender + $this->desce…
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ |
| D | Font.php | 99 list($font_size, $line_height) = 101 if ($line_height === '') { 103 $line_height = false; 108 $line_height = false; 118 if ($line_height === false) { 132 $line_height = $bits[$j]; 143 $line_height,
|
| /plugin/credits/ |
| D | syntax.php | 100 $line_height=$this->_get_configs('line_height'); 115 … $renderer->doc .= "font-family: $family; line-height: $line_height; color: $text_color; '>\n";
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | abc2svg-1.js | 5496 Abc.prototype.output_music=function(){var v,lwidth,indent,line_height,ts1st,tslast,p_v,nv=voice_tb.… 5515 posx+=indent;draw_sym_near();line_height=set_staff();draw_systems(indent);draw_all_sym();delayed_up…
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …line_height","configFromInitialize","defaultConfig","siteConfig","directives","currentConfig","upd…
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
| D | dhtmlxgantt.js | 25400 initColSizes: function (config, min_col_width, full_width, line_height) { argument 25403 config.height = line_height;
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ |
| D | dhtmlxgantt.js.map | 1 …line_height","cont_width","column_count","col_width","ignores","min_date","max_date","eachColumn",…
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 12 …bb",rect_min_width:200,rect_min_height:200,fontSize:14,rect_padding:10,line_height:20},mindmap:{us…
|