summaryrefslogtreecommitdiffstats
path: root/system/ft2demos/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-06-18 06:59:07 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-06-20 07:59:30 +0700
commit07e0e2010388855125316407b57cf60b715f4a93 (patch)
treef2bf65533c4771c02bc48168eaf8679fb4eed0f3 /system/ft2demos/README
parentdb8b297acc76d6512fc5c24c5aead07a7a6995cd (diff)
downloadslackbuilds-07e0e2010388855125316407b57cf60b715f4a93.tar.gz
slackbuilds-07e0e2010388855125316407b57cf60b715f4a93.tar.xz
system/ft2demos: Added (freetype demos and tools)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ft2demos/README')
-rw-r--r--system/ft2demos/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/system/ft2demos/README b/system/ft2demos/README
new file mode 100644
index 0000000000..048f6be971
--- /dev/null
+++ b/system/ft2demos/README
@@ -0,0 +1,26 @@
+ft2demos (freetype demos and tools)
+
+Set of demo programs and tools for freetype. Can be useful for testing
+and debugging problems with fonts (or with freetype itself). Includes
+these tools:
+
+ftbench - benchmark some common FreeType paths
+ftchkwd - test fixed font width
+ftdiff - compare font hinting modes
+ftdump - simple font dumper
+ftgamma - screen gamma calibration helper
+ftgrid - simple glyph grid viewer
+ftlint - simple font tester
+ftmemchk - simple memory tester (tests FreeType's memory allocator)
+ftmulti - multiple masters font viewer
+ftpatchk - tests whether patented hinting is necessary
+ftstring - string viewer (displays text in specified font)
+fttimer - simple performance timer
+ftvalid - font layout table validator
+ftview - simple glyph viewer
+ttdebug - a TrueType bytecode debugger
+
+Most of the commands have man pages. Also most of the commands show
+usage info if you run them with --help (or with no arguments).
+
+This package is known as "freetype2-demos" on Arch and Debian systems.