Searched refs:font_stretch (Results 1 - 12 of 12) sorted by relevance

/inkscape/src/
H A Dsp-font-face.h79 std::vector<FontFaceStretchType> font_stretch; member in class:SPFontFace
H A Dsp-font-face.cpp277 this->font_stretch = stretch;
283 //this->font_stretch = ;
444 if (this->font_stretch.size() != stretch.size()){
445 this->font_stretch = stretch;
449 if (stretch[i] != this->font_stretch[i]){
450 this->font_stretch = stretch;
748 //sp_repr_set_svg_double(repr, "font-stretch", face->font_stretch);
H A Dstyle.h102 SPIEnum font_stretch; member in class:SPStyle
H A Ddesktop-style.cpp1250 ( style_res->font_stretch.computed != style->font_stretch.computed ) ||
1258 style_res->font_stretch.value = style_res->font_stretch.computed = style->font_stretch.computed;
H A Dstyle.cpp114 font_stretch( "font-stretch", enum_font_stretch, SP_CSS_FONT_STRETCH_NORMAL ),
294 _properties.push_back( &font_stretch );
390 // _propmap.insert( std::make_pair( font_stretch.name, reinterpret_cast<SPIBasePtr>(&SPStyle::font_stretch ) ) );
720 font_stretch.readIfUnset( val );
H A Dstyle-internal.cpp610 // FIXME Handle font_stretch and font_weight (relative values) New derived class?
2207 style->font_stretch = test_stretch;
2235 style->font_stretch.set = true;
/inkscape/src/libcroco/
H A Dcr-style.h273 enum CRFontStretch font_stretch ; member in struct:_CRStyle
H A Dcr-style.c1916 a_this->font_stretch = FONT_STRETCH_NORMAL;
1985 if (a_this->font_stretch == FONT_STRETCH_INHERIT) {
1986 a_this->font_stretch = a_this->parent_style->font_stretch;
2823 tmp_str = (gchar *) cr_font_stretch_to_string (a_this->font_stretch);
/inkscape/src/libnrtype/
H A DLayout-TNG-Input.cpp280 pango_font_description_set_stretch(descr,(PangoStretch)_enum_converter(style->font_stretch.computed, enum_convert_spstyle_stretch_to_pango_stretch, sizeof(enum_convert_spstyle_stretch_to_pango_stretch)/sizeof(enum_convert_spstyle_stretch_to_pango_stretch[0])));
H A DFontFactory.cpp485 switch (style->font_stretch.computed) {
524 g_warning("FaceFromStyle: Unrecognized font_stretch.computed value");
H A Dfont-lister.cpp817 switch (style->font_stretch.computed) {
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1110 GfxFont::Stretch font_stretch = font->getStretch(); local
1112 switch (font_stretch) {

Completed in 4715 milliseconds