aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-10-04 12:48:12 -0700
committerGitHub <noreply@github.com>2016-10-04 12:48:12 -0700
commitcafc4c869b7ca3d35ea1e7a4cc97b9aeb69ea538 (patch)
tree79c3b489993940bd3d60ecb10fab248aa3557f40
parent1ef790afdd7818c1a3c76b18daacff14fdb983aa (diff)
parent7d5169e8c36b3627be5ca3b82627f90252d44bfd (diff)
downloadsfntly-cafc4c869b7ca3d35ea1e7a4cc97b9aeb69ea538.tar.gz
Merge pull request #59 from HalCanary/pronounciation
README: pronounciation guide
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d0fe3f..9961600 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# What is sfntly?
+sfntly is pronounced "esfontlee".
+
sfntly is a Java and C++ library for using, editing, and creating sfnt container based fonts (e.g. OpenType, TrueType). This library was initially created by Google's Font Team and the C++ port was done by the Chrome team. It has been made open source.
The basic features of sfntly are the reading, editing, and writing of an sfnt container font. Fonts that use an sfnt container include OpenType, TrueType, AAT/GX, and Graphite. sfntly isn't itself a tool that is usable by an end user - it is a library that allows software developers to build tools that manipulate fonts in ways that haven't been easily accessible to most developers. The sfntly library is available in Java with a partial C++ port. However, we have included some font tools that are built on top of sfntly: a font subsetter, font dumper, a font linter, some compression utilities.