Searched defs:font_size (Results 1 - 13 of 13) sorted by relevance

/inkscape/share/extensions/Barcode/
H A DUpca.py27 font_size = 10 variable in class:Upca
H A DUpce.py32 font_size = 10 variable in class:Upce
H A DBase.py35 font_size = 9 variable in class:Barcode
124 rect.set('y', str(style['top'] + self.font_size))
139 text.set('y', str(min(tops) + self.font_size - 1))
141 text.set('y', str(self.height + max(tops) + self.font_size))
142 text.set('style', TEXT_TEMPLATE % self.font_size)
158 result['height'] = int(self.height) + int(self.font_size / 2)
/inkscape/src/display/
H A Dnr-style.h122 float font_size; member in struct:NRStyle
/inkscape/src/
H A Dsp-font-face.h80 char* font_size; member in class:SPFontFace
H A Dstyle.h104 SPIFontSize font_size; member in class:SPStyle
/inkscape/src/libcroco/
H A Dcr-style.h268 CRFontSizeVal font_size ; member in struct:_CRStyle
/inkscape/src/widgets/
H A Dtext-toolbar.cpp645 double font_size = 0; local
650 font_size += (*i)->style->font_size.computed * doc_scale;
655 font_size /= count;
657 font_size = 20;
663 if (font_size > 0) {
664 line_height /= font_size;
674 double font_size = 0; local
679 font_size += (*i)->style->font_size
[all...]
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp1169 double font_size = pix_to_abs_size( d, font.Height ); local
1170 /* snap the font_size to the nearest 1/32nd of a point.
1175 font_size = round(20.0 * 0.8 * font_size)/(20.0 * 0.8);
1177 d->dc[d->level].style.font_size.computed = font_size;
1244 d->dc[d->level].style.font_size.computed = 16.0;
2621 tsp.fs = d->dc[d->level].style.font_size.computed * 0.8; // Font size in points
3097 d.dc[0].style.font_size.computed = 16.0;
H A Demf-inout.cpp1388 double font_size = pix_to_abs_size( d, pEmr->elfw.elfLogFont.lfHeight ); local
1389 /* snap the font_size to the nearest 1/32nd of a point.
1394 font_size = round(20.0 * 0.8 * font_size)/(20.0 * 0.8);
1396 d->dc[d->level].style.font_size.computed = font_size;
3190 tsp.fs = d->dc[d->level].style.font_size.computed * 0.8; // Font size in points
/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp116 double font_size; member in struct:Inkscape::Text::Layout::Calculator::UnbrokenSpan
323 double font_size_multiplier = span->start.iter_span->font_size / (PANGO_SCALE * _font_factory_size_multiplier);
373 char_width += span->start.iter_span->font_size * para.pango_items[span->end.iter_span->pango_item_index].font->Advance(span->end.iter_span->glyph_string->glyphs[span->end_glyph_index].glyph, false);
376 char_width += span->start.iter_span->font_size * para.pango_items[span->end.iter_span->pango_item_index].font->Advance(span->end.iter_span->glyph_string->glyphs[span->end_glyph_index].glyph, true);
626 new_span.font_size = unbroken_span.font_size;
631 new_span.font_size = new_span.line_height.emSize();
662 double font_size_multiplier = new_span.font_size / (PANGO_SCALE * _font_factory_size_multiplier);
738 new_glyph.y -= new_span.font_size * para.pango_items[unbroken_span.pango_item_index].font->GetBaselines()[ dominant_baseline ];
739 new_glyph.width = new_span.font_size * par
1846 double font_size = text_source->style->font_size.computed; local
[all...]
H A DLayout-TNG.h843 float font_size; member in struct:Inkscape::Text::Layout::Span
/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp937 std::stringstream font_size; local
938 font_size.imbue(std::locale::classic());
940 font_size << fontsize;
942 font_size << fontsize << "pt";
944 sp_repr_css_set_property (css, "font-size", font_size.str().c_str());

Completed in 263 milliseconds