diff 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
line wrap: on
line diff
--- a/dwtest.c	Wed Jan 27 01:27:46 2021 +0000
+++ b/dwtest.c	Wed Jan 27 09:15:45 2021 +0000
@@ -1399,6 +1399,10 @@
         dw_listbox_append(fontname, "Helvetica");
         dw_listbox_append(fontname, "DejaVu Sans");
         dw_listbox_append(fontname, "New Times Roman");
+        dw_listbox_append(fontname, "New Times Roman Bold");
+        dw_listbox_append(fontname, "New Times Roman Italic");
+        dw_listbox_append(fontname, "New Times Roman Italic Bold");
+        dw_listbox_append(fontname, "New Times Roman Bold Italic");
         dw_box_pack_start(hbox, fontname, 150, -1, TRUE, FALSE, 1);
         dw_box_pack_start(notebookbox4, hbox, -1, -1, TRUE, FALSE, 1);