From 848924c6dc83c60e18257a8c57d8844b99fc875d Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sun, 8 Jun 2025 11:04:26 -0700 Subject: [PATCH] Doc'ing ENVVARS & EXTNEDING updates re: Fonts --- docs/CHANGES.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index badf3cd58..1b5df32c9 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -6,16 +6,25 @@ Copyright (c) 2002-2025 Various contributors (see below, and AUTHORS.txt) https://tuxpaint.org/ -2025.June.3 (0.9.36) +2025.June.8 (0.9.36) + * Documentation updates: + ---------------------- + + Describe where Tux Paint searches for system fonts, + and how it uses FontConfig "fonts.conf" files to find fonts, + for the 'Text' and 'Label' tools (EXTENDING and ENVVARS). + Bill Kendrick + * Bug Fixes: ---------- + When Magic tools are not grouped ("ungroupmagictools"), the array to hold tools did not have enough capacity. + Bill Kendrick Closes https://sourceforge.net/p/tuxpaint/bugs/299/ h/t Billy A. + Mended bug where EOL-less descriptive text at the end of a file (e.g., a stamp description) would get ignored. + Bill Kendrick Closes https://sourceforge.net/p/tuxpaint/bugs/298/ h/t Laura