comparison dwtest.c @ 2263:176470d75695

Remove the font test with Italic before Bold. This does not work on OS/2. Most platforms should function in either order, but on OS/2 it much match the order reported by the system. Not sure if it is worth the effort to make it not care about the order on OS/2. Also update the readme and Also correct a copy and paste error in a Mac code comment.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 27 Jan 2021 20:54:26 +0000
parents fe64be23680e
children 3361ce6070ce
comparison
equal deleted inserted replaced
2262:fe64be23680e 2263:176470d75695
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, "Times New Roman"); 1401 dw_listbox_append(fontname, "Times New Roman");
1402 dw_listbox_append(fontname, "Times New Roman Bold"); 1402 dw_listbox_append(fontname, "Times New Roman Bold");
1403 dw_listbox_append(fontname, "Times New Roman Italic"); 1403 dw_listbox_append(fontname, "Times New Roman Italic");
1404 dw_listbox_append(fontname, "Times New Roman Italic Bold");
1405 dw_listbox_append(fontname, "Times New Roman Bold Italic"); 1404 dw_listbox_append(fontname, "Times New Roman Bold Italic");
1406 dw_box_pack_start(hbox, fontname, 150, -1, TRUE, FALSE, 1); 1405 dw_box_pack_start(hbox, fontname, 150, -1, TRUE, FALSE, 1);
1407 dw_box_pack_start(notebookbox4, hbox, -1, -1, TRUE, FALSE, 1); 1406 dw_box_pack_start(notebookbox4, hbox, -1, -1, TRUE, FALSE, 1);
1408 1407
1409 dw_window_set_data(hbox, "mlefore", DW_POINTER(mlefore)); 1408 dw_window_set_data(hbox, "mlefore", DW_POINTER(mlefore));