summaryrefslogtreecommitdiff
path: root/configh.in
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-12-21 15:05:02 +0000
committerManolo Gouy <Manolo>2016-12-21 15:05:02 +0000
commit461750c38e1835e4a730e0f83a48fe090f41feae (patch)
treeeb7091c6cc46c06bfb47abe1ff5ca2c8ada3fa3d /configh.in
parent00ebcd23aa5e17dad822ab79584b0220341e1831 (diff)
X11 platform: Add optional use of the pango library to draw text, gaining the possibility to draw text in any script supported by Unicode.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12153 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configh.in')
-rw-r--r--configh.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/configh.in b/configh.in
index 64081490b..55de744b3 100644
--- a/configh.in
+++ b/configh.in
@@ -85,12 +85,20 @@
/*
* USE_XFT
*
- * Use the new Xft library to draw anti-aliased text.
+ * Use the Xft library to draw anti-aliased text.
*/
#define USE_XFT 0
/*
+ * USE_PANGO
+ *
+ * Use the pango library to draw UTF-8 text.
+ */
+
+#define USE_PANGO 0
+
+/*
* HAVE_XDBE:
*
* Do we have the X double-buffer extension?