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

/inkscape/src/
H A Dstyle-enums.h345 static SPStyleEnum const enum_font_size[] = { variable
H A Dstyle-internal.cpp1914 for (unsigned i = 0; enum_font_size[i].key; i++) {
1915 if (!strcmp(str, enum_font_size[i].key)) {
1919 literal = enum_font_size[i].value;
1964 for (unsigned i = 0; enum_font_size[i].key; i++) {
1965 if (enum_font_size[i].value == static_cast< gint > (this->literal) ) {
1966 css << enum_font_size[i].key;

Completed in 573 milliseconds