summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2023-02-01 11:52:26 +0100
committerWerner Lemberg <wl@gnu.org>2023-02-01 11:52:26 +0100
commitaec87c0955b0f6b7db6dc3c7e6200823b8124a3c (patch)
tree4edabaa1ff90ea4e541f8b98620e5ec99cde9123
parent9c23b89d545897d1b79850d9901256f2dc3da2fd (diff)
downloadfreetype2-aec87c0955b0f6b7db6dc3c7e6200823b8124a3c.tar.gz
* docs/CHANGES: Add news for 'freetype-demos'.
-rw-r--r--docs/CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 6d48e1528..eea85ac53 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -38,6 +38,19 @@ CHANGES BETWEEN 2.12.1 and 2.13
- The only referenced but never documented configuration macro
`FT_CONFIG_OPTION_NO_GLYPH_NAMES` has been removed.
+ - The `ftbench` demo program got a new command line option `-e` to
+ set a charmap index.
+
+ - Specifying a point size is now optional for the demo programs
+ `ftgrid`, `ftmulti`, `ftstring`, and `ftview`. If not given, a
+ default size is used.
+
+ - For `ftgrid`, `ftstring`, and `ftview`, option `-e` now also
+ accepts a numeric value to set a charmap index.
+
+ - In `ftstring`, it is now possible to set the displayed text
+ interactively by pressing the 'Enter' key.
+
======================================================================