ui/motif/toolkit.c

changeset 59
eb6611be50c7
parent 52
25e5390cce41
child 64
6ef2c7f73a30
--- a/ui/motif/toolkit.c	Sat Aug 30 22:48:46 2014 +0200
+++ b/ui/motif/toolkit.c	Thu Jan 01 11:23:43 2015 +0100
@@ -50,6 +50,7 @@
 
 int event_pipe[2];
 
+/*
 static String fallback[] = {
     	//"*fontList: -dt-interface system-medium-r-normal-s*utf*:",    
         "*renderTable: rt",
@@ -72,6 +73,15 @@
         "*rt*fontSize: 10",
 	NULL
 };
+*/
+static String fallback[] = {
+    	//"*fontList: -dt-interface system-medium-r-normal-s*utf*:",    
+        "*renderTable: rt",
+        "*rt*fontType: FONT_IS_XFT",
+        "*rt*fontName: Cantarell",
+        "*rt*fontSize: 11",
+	NULL
+};
 
 void input_proc(XtPointer data, int *source, XtInputId *iid) {
     void *ptr;

mercurial