Searched refs:font_style (Results 1 - 21 of 21) sorted by relevance

/inkscape/src/libnrtype/
H A Dfont-style.h13 struct font_style { struct
H A DFontInstance.cpp34 struct font_style_hash : public std::unary_function<font_style, size_t> {
35 size_t operator()(font_style const &x) const;
38 struct font_style_equal : public std::binary_function<font_style, font_style, bool> {
39 bool operator()(font_style const &a, font_style const &b) const;
46 size_t font_style_hash::operator()(const font_style &x) const {
75 bool font_style_equal::operator()(const font_style &a,const font_style &b) const {
H A DLayout-TNG-Input.cpp269 pango_font_description_set_style(descr,(PangoStyle)_enum_converter(style->font_style.computed, enum_convert_spstyle_style_to_pango_style, sizeof(enum_convert_spstyle_style_to_pango_style)/sizeof(enum_convert_spstyle_style_to_pango_style[0])));
H A DFontFactory.cpp422 switch ( style->font_style.computed ) {
H A Dfont-lister.cpp802 switch (style->font_style.computed) {
/inkscape/src/
H A Dsp-font-face.h76 std::vector<FontFaceStyleType> font_style; member in class:SPFontFace
H A Dsp-font-face.cpp265 this->font_style = style;
280 //this->font_style = ;
396 if (this->font_style.size() != style.size()){
397 this->font_style = style;
401 if (style[i] != this->font_style[i]){
402 this->font_style = style;
745 //sp_repr_set_svg_double(repr, "font-style", face->font_style);
H A Dstyle.h96 SPIEnum font_style; member in class:SPStyle
H A Ddesktop-style.cpp1249 ( style_res->font_style.computed != style->font_style.computed ) ||
1257 style_res->font_style.value = style_res->font_style.computed = style->font_style.computed;
H A Dstyle.cpp111 font_style( "font-style", enum_font_style, SP_CSS_FONT_STYLE_NORMAL ),
291 _properties.push_back( &font_style );
387 // _propmap.insert( std::make_pair( font_style.name, reinterpret_cast<SPIBasePtr>(&SPStyle::font_style ) ) );
711 font_style.readIfUnset( val );
H A Dstyle-internal.cpp2183 style->font_style = test_style;
2232 style->font_style.set = true;
/inkscape/src/extension/internal/
H A Dlatex-text-renderer.cpp351 if (spanstyle.font_style.computed == SP_CSS_FONT_STYLE_ITALIC)
356 if (spanstyle.font_style.computed == SP_CSS_FONT_STYLE_OBLIQUE)
504 if (spanstyle.font_style.computed == SP_CSS_FONT_STYLE_ITALIC)
509 if (spanstyle.font_style.computed == SP_CSS_FONT_STYLE_OBLIQUE)
H A Dwmf-inout.cpp1193 d->dc[d->level].style.font_style.value = (font.Italic ? SP_CSS_FONT_STYLE_ITALIC : SP_CSS_FONT_STYLE_NORMAL);
1246 d->dc[d->level].style.font_style.value = SP_CSS_FONT_STYLE_NORMAL;
2575 switch(d->dc[d->level].style.font_style.value){
3099 d.dc[0].style.font_style.value = SP_CSS_FONT_STYLE_NORMAL;
H A Dwmf-print.cpp1437 (style->font_style.computed == SP_CSS_FONT_STYLE_ITALIC),
H A Demf-print.cpp2071 (style->font_style.computed == SP_CSS_FONT_STYLE_ITALIC),
H A Demf-inout.cpp1412 d->dc[d->level].style.font_style.value = (pEmr->elfw.elfLogFont.lfItalic ? SP_CSS_FONT_STYLE_ITALIC : SP_CSS_FONT_STYLE_NORMAL);
3144 switch(d->dc[d->level].style.font_style.value){
/inkscape/src/libcroco/
H A Dcr-style.h270 enum CRFontStyle font_style ; member in struct:_CRStyle
H A Dcr-style.c1568 a_style->font_style = FONT_STYLE_NORMAL;
1572 a_style->font_style = FONT_STYLE_ITALIC;
1576 a_style->font_style = FONT_STYLE_OBLIQUE;
1580 a_style->font_style = FONT_STYLE_INHERIT;
1820 a_this->font_style = FONT_STYLE_INHERIT;
1913 a_this->font_style = FONT_STYLE_NORMAL;
1976 if (a_this->font_style == FONT_STYLE_INHERIT) {
1977 a_this->font_style = a_this->parent_style->font_style;
2793 tmp_str = (gchar *) cr_font_style_to_string (a_this->font_style);
[all...]
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1031 char *font_style = NULL; local
1043 font_style = style_delim + 1;
1044 font_style_lowercase = g_ascii_strdown(font_style, -1);
1065 } else if (font_style) {
1090 } else if (font_style) {
/inkscape/src/widgets/
H A Dtext-toolbar.cpp82 bool style_set = query->font_style.set;
91 << " Style: " << query->font_style.computed
116 int index = query->font_style.computed;
1390 std::cout << " GUI: font_style.computed: " << query.font_style.computed << std::endl;
/inkscape/src/ui/tools/
H A Dtext-tool.cpp842 if (style->font_style.computed != SP_CSS_FONT_STYLE_NORMAL)

Completed in 156 milliseconds