String viewer
This tool is part of the FreeType project
Provides
Requires
License
GPL-2.0-or-later
Changelog
* Thu May 29 2025 Antonio Larrosa <alarrosa@suse.com>
- Do not build the ft2demos flavor in SLE16 where Qt5 will not be
available
* Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
* Wed Oct 11 2023 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.13.2:
- Better support for CFF2 variation fonts.
- TrueType interpreter version 38 (also known as 'Infinality')
has been removed.
- Improved OpenVMS support.
* Sat Jul 15 2023 Dirk Müller <dmueller@suse.com>
- update to 2.13.1:
* `ftbench` has a new command-line option `-a` to
apply design coordinates.
* `ftview` can now flip SVG rendering on and off using the
'Z' key.
* `ftmulti` it is now possible to toggle the fill
rule and overlap flag used for rendering glyphs using the 'F3'
and 'F4' keys, respectively. Toggling the anti-aliased mode
has been changed to the 'TAB' key.
* Thu May 04 2023 Dominique Leuenberger <dimstar@opensuse.org>
- Add _multibuild to define 2nd spec file as additional flavor.
Eliminates the need for source package links in OBS.
* Wed Mar 08 2023 Dirk Müller <dmueller@suse.com>
- update to 2.13.0:
* The demo program `ftinspect` has been completely updated and much
enhanced. It now combines the functionality of almost all other
graphical FreeType demo programs into a single application based
on the Qt framework. This was Charlie Jiang's GSoC 2022 project.
* 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.
* `ftmulti` can now handle up to 16 design axes.
- drop CVE-2022-31782.patch (upstream)
* Tue Aug 23 2022 Fridrich Strba <fstrba@suse.com>
- Add CVE-2022-31782.patch
* Fix bsc#1200264, CVE-2022-31782: heap-based buffer overflow in
ftbench.c
* Fri Aug 12 2022 Stephan Kulow <coolo@suse.com>
- Move ftpdump from ft2demos to freetype - it's required by other
packages and doesn't require any of the toolkits, so move its
build early
* Mon May 02 2022 Paolo Stivanin <info@paolostivanin.com>
- Update to version 2.12.1:
* Fix clang++ warnings.
* [ftsdf] Fix segmentation fault.
* Replace header macros with file names.
* [ftview] Handle foreground COLR.
* (Print_Array): New function.
* (Print_FontInfo_Dictionary, Print_FontPrivate_Dictionary): New functions.
* [ftgrid] Minor tweaks.
* [ftgrid] Implement embedded bitmap toggle.
* Prototype SVG support.
* Fri Jul 23 2021 Ismail Dönmez <ismail@i10z.com>
- Update to version 2.11.0
* A new demo program `ftsdf` is available to display Signed Distance
Fields of glyphs.
* The `ftlint` demo program has been extended to do more testing of
its input.
* The `ttdebug` demo program didn't show changed point coordinates
(bug introduced in version 2.10.3).
* It is now possible to adjust the axis increment for variable fonts
in the `ftmulti` demo program.
* It is now possible to change the hinting engine in the `ftstring`