Mark CMake option FLTK_USE_PANGO as highly recommended under X11

This commit is contained in:
ManoloFLTK 2024-09-23 19:41:44 +02:00
parent c91a452ba3
commit a333817f41

View File

@ -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