comparison dwtest.c @ 2260:cb24daa675a2

GTK3: Hopefully the last commit of the CSS font code changes. Clean up the code, so the CSS doesn't have any extra text or spaces. Also add some fonts with combinations of Italic and Bold for testing.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 27 Jan 2021 09:15:45 +0000
parents b7467bceb2cd
children fe64be23680e
comparison
equal deleted inserted replaced
2259:5f1677cc32e9 2260:cb24daa675a2
1397 dw_listbox_append(fontname, "Geneva"); 1397 dw_listbox_append(fontname, "Geneva");
1398 dw_listbox_append(fontname, "Verdana"); 1398 dw_listbox_append(fontname, "Verdana");
1399 dw_listbox_append(fontname, "Helvetica"); 1399 dw_listbox_append(fontname, "Helvetica");
1400 dw_listbox_append(fontname, "DejaVu Sans"); 1400 dw_listbox_append(fontname, "DejaVu Sans");
1401 dw_listbox_append(fontname, "New Times Roman"); 1401 dw_listbox_append(fontname, "New Times Roman");
1402 dw_listbox_append(fontname, "New Times Roman Bold");
1403 dw_listbox_append(fontname, "New Times Roman Italic");
1404 dw_listbox_append(fontname, "New Times Roman Italic Bold");
1405 dw_listbox_append(fontname, "New Times Roman Bold Italic");
1402 dw_box_pack_start(hbox, fontname, 150, -1, TRUE, FALSE, 1); 1406 dw_box_pack_start(hbox, fontname, 150, -1, TRUE, FALSE, 1);
1403 dw_box_pack_start(notebookbox4, hbox, -1, -1, TRUE, FALSE, 1); 1407 dw_box_pack_start(notebookbox4, hbox, -1, -1, TRUE, FALSE, 1);
1404 1408
1405 dw_window_set_data(hbox, "mlefore", DW_POINTER(mlefore)); 1409 dw_window_set_data(hbox, "mlefore", DW_POINTER(mlefore));
1406 dw_window_set_data(hbox, "mleback", DW_POINTER(mleback)); 1410 dw_window_set_data(hbox, "mleback", DW_POINTER(mleback));