Searched defs:font_weight_translator (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp988 static char *font_weight_translator[][2] = { member in namespace:Inkscape::Extension::Internal
1092 int num_translations = sizeof(font_weight_translator) / ( 2 * sizeof(char *) );
1094 if (strstr(font_style_lowercase, font_weight_translator[i][0])) {
1095 css_font_weight = font_weight_translator[i][1];

Completed in 17 milliseconds