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

/inkscape/src/
H A Dstyle-internal.cpp2180 SPIEnum test_style("font-style", enum_font_style);
2181 test_style.read( lparam.c_str() );
2182 if( test_style.set ) {
2183 style->font_style = test_style;
2745 SPITextDecorationStyle test_style; local
2746 test_style.read( str );
2747 if( test_style.set ) {
2748 style->text_decoration_style = test_style;

Completed in 48 milliseconds