Home | History | Annotate | Download | only in gtk

Lines Matching full:fontweight

1327     int fontWeight = -1;
1330 fontWeight = 100;
1333 fontWeight = 200;
1336 fontWeight = 300;
1339 fontWeight = 400;
1342 fontWeight = 500;
1345 fontWeight = 600;
1348 fontWeight = 700;
1351 fontWeight = 800;
1354 fontWeight = 900;
1356 if (fontWeight > 0) {
1357 buffer.set(g_strdup_printf("%i", fontWeight));