From a333817f4178d944685fc787bd389097e8d85aca Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:41:44 +0200 Subject: Mark CMake option FLTK_USE_PANGO as highly recommended under X11 --- README.CMake.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.CMake.txt b/README.CMake.txt index fd31db049..37c47ee4a 100644 --- a/README.CMake.txt +++ b/README.CMake.txt @@ -263,6 +263,8 @@ FLTK_USE_LIBDECOR_GTK - default ON (Wayland only). is always 'ON' if FLTK_USE_SYSTEM_LIBDECOR is 'ON'. FLTK_USE_PANGO - default OFF (see note below) + This option is highly recommended under X11 if FLTK is expected to draw + text that does not use the latin alphabet. Enables use of the Pango library for drawing text. Pango supports all unicode-defined scripts and gives FLTK limited support of right-to-left scripts. This option makes sense only under X11 or Wayland, and also -- cgit v1.2.3