summaryrefslogtreecommitdiff
path: root/documentation/src/drawing.dox
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-09-08 12:49:41 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-09-08 12:49:41 +0200
commitafc16b3331ca5656fd3fcde266e2c858327d6db3 (patch)
treecfd9467cd8ea6bb2b438a3e72f6ac6101810f007 /documentation/src/drawing.dox
parentb69286f2ca93bdda135cff6189e22d01583c7624 (diff)
Remove from Doxygen files information about removed configure-based build system.
Diffstat (limited to 'documentation/src/drawing.dox')
-rw-r--r--documentation/src/drawing.dox3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox
index 688310e08..5cf7eb84b 100644
--- a/documentation/src/drawing.dox
+++ b/documentation/src/drawing.dox
@@ -919,8 +919,7 @@ requires 4 bytes to store a Unicode character.
FLTK can draw accurately any Unicode-supported script for which the system
contains relevant fonts. Under X11 platforms, this requires
-to build the library with the FLTK_USE_PANGO CMake option turned On
-(or with configure --enable-pango).
+to build the library with the FLTK_USE_PANGO CMake option turned On.
Plain text drawing starting at a user-given coordinate
is well supported by FLTK, including for right-to-left scripts.