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

/inkscape/src/
H A Dsp-font-face.h78 std::vector<FontFaceWeightType> font_weight; member in class:SPFontFace
H A Dstyle.h100 SPIEnum font_weight; member in class:SPStyle
/inkscape/src/libcroco/
H A Dcr-style.h272 enum CRFontWeight font_weight ; member in struct:_CRStyle
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1078 GfxFont::Weight font_weight = font->getWeight(); local
1080 if ( font_weight != GfxFont::WeightNotDefined ) {
1081 if ( font_weight == GfxFont::W400 ) {
1083 } else if ( font_weight == GfxFont::W700 ) {
1087 weight_num[0] = (gchar)( '1' + (font_weight - GfxFont::W100) );

Completed in 191 milliseconds