summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2022-07-05 04:14:07 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2022-07-06 04:28:37 -0400
commit6fc03611ed2b103b6b5a2f0c6b610087879325e4 (patch)
tree575d090af512abec89b5e20bd07951a25dee2480
parent36a8474813aba2be263f9de88ad9adfe85c0daf1 (diff)
downloadxorg-lib-libXft-6fc03611ed2b103b6b5a2f0c6b610087879325e4.tar.gz
document new features for glyph memory-tracking
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
-rw-r--r--man/Xft.man12
1 files changed, 11 insertions, 1 deletions
diff --git a/man/Xft.man b/man/Xft.man
index e1563e2..01e5649 100644
--- a/man/Xft.man
+++ b/man/Xft.man
@@ -576,6 +576,14 @@ XFT_MAX_UNREF_FONTS
(maxunreffonts).
This is the maximum number of unreferenced fonts
(default: 16).
+.TP 5
+XFT_TRACK_MEM_USAGE
+(trackmemusage).
+When true,
+.B Xft
+tracks usage of glyph memory to improve performance when
+deciding which to unload when the maximum amount of glyph memory is reached
+(default: false).
.RE
.IP
.B Xft
@@ -1094,7 +1102,6 @@ and returns True.
If
.BR XAllocColor ()
fails,
-.BR
.BR XftColorAllocValue ()
returns False and does not modify the result.
.RE
@@ -1763,6 +1770,9 @@ shows details about managing glyph cached-memory
.TP 5
512
shows a report on memory-usage
+.TP 5
+1024
+shows details on extended management of glyph cached-memory
.\" *************************************************************************
.SH COMPATIBILITY
As of version 2 (May 2002),