SVG_FONTSTYLE_INHERIT 2312 src/scenegraph/svg_attributes.c 		*value = SVG_FONTSTYLE_INHERIT;
SVG_FONTSTYLE_INHERIT 4093 src/scenegraph/svg_attributes.c 		if (intVal==SVG_FONTSTYLE_INHERIT) return gf_strdup("inherit");
SVG_FONTSTYLE_INHERIT  439 src/scenegraph/svg_properties.c 		return (*((SVG_FontStyle *)a->far_ptr) == SVG_FONTSTYLE_INHERIT);
SVG_FONTSTYLE_INHERIT  647 src/scenegraph/svg_properties.c 	if (all_atts->font_style && *(all_atts->font_style) != SVG_FONTSTYLE_INHERIT) {