From 81ffbd2bf7241aba9cd30fdf5bf0e386199df3fa Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 8 Apr 2017 06:26:23 +0000 Subject: [PATCH] Document the new OPTION_USE_PANGO platform-specific option. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12216 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- README.CMake.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.CMake.txt b/README.CMake.txt index c4c202183..396f3e18e 100644 --- a/README.CMake.txt +++ b/README.CMake.txt @@ -143,6 +143,12 @@ OPTION_USE_XCURSOR - default ON OPTION_USE_XRENDER - default ON These are X11 extended libraries. +OPTION_USE_PANGO - default OFF + Enables use of the Pango library for drawing text. Pango supports + all unicode-defined scripts with limited support of right-to-left + scripts. + This option makes sense only under X11, and also requires Xft. + OPTION_ABI_VERSION - default EMPTY Use a numeric value corresponding to the FLTK ABI version you want to build in the form 1xxyy for FLTK 1.x.y (xx and yy with leading zeroes).