summaryrefslogtreecommitdiff
path: root/CHANGES
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 /CHANGES
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 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 2cfae3972..8f2cf5bac 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,13 +17,17 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2017
New Features and Extensions
- - (add here)
- Added '--enable-print' option to configure effective under X11 platforms
and with 'yes' default value. Using '--enable-print=no' removes print
and PostScript support from the FLTK library, thus reducing its size.
- Added Fl_Surface_Device::push_current(new_surface) and
Fl_Surface_Device::pop_current() to set/unset the current surface
receiving graphics commands.
+ - X11 platform: Added support for drawing text with the pango library
+ which allows to draw most scripts supported by Unicode, including CJK
+ and right-to-left scripts. The corresponding CMake option is
+ OPTION_USE_PANGO. The corresponding configure option is --enable-pango.
+ This option is OFF by default.
New Configuration Options (ABI Version)