aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal Canary <halcanary@google.com>2016-09-28 17:09:39 -0400
committerHal Canary <halcanary@google.com>2016-09-28 17:09:39 -0400
commit7d5169e8c36b3627be5ca3b82627f90252d44bfd (patch)
tree79c3b489993940bd3d60ecb10fab248aa3557f40
parent1ef790afdd7818c1a3c76b18daacff14fdb983aa (diff)
downloadsfntly-7d5169e8c36b3627be5ca3b82627f90252d44bfd.tar.gz
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.