Searched defs:font_size (Results 1 - 13 of 13) sorted by relevance
/inkscape/share/extensions/Barcode/ |
H A D | Upca.py | 27 font_size = 10 variable in class:Upca
|
H A D | Upce.py | 32 font_size = 10 variable in class:Upce
|
H A D | Base.py | 35 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 D | nr-style.h | 122 float font_size; member in struct:NRStyle
|
/inkscape/src/ |
H A D | sp-font-face.h | 80 char* font_size; member in class:SPFontFace
|
H A D | style.h | 104 SPIFontSize font_size; member in class:SPStyle
|
/inkscape/src/libcroco/ |
H A D | cr-style.h | 268 CRFontSizeVal font_size ; member in struct:_CRStyle
|
/inkscape/src/widgets/ |
H A D | text-toolbar.cpp | 645 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 D | wmf-inout.cpp | 1169 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 D | emf-inout.cpp | 1388 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 D | Layout-TNG-Compute.cpp | 116 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 D | Layout-TNG.h | 843 float font_size; member in struct:Inkscape::Text::Layout::Span
|
/inkscape/src/ui/tools/ |
H A D | measure-tool.cpp | 937 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 5500 milliseconds