diff --git a/README.md b/README.md index 12f40e9..5ebb955 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ A libray that facilitates working with text rendering in OpenGL. The only supported input font format is SVG. (for now) -See: https://www.w3.org/TR/SVG11/fonts.html +See: https://www.w3.org/TR/SVG11/fonts.html. +Horizontal kerning is also supported. Either by class or by table. See also the wiki at https://github.com/cbaakman/text-gl/wiki to find out how to import fonts and render text.