diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-01-25 22:28:59 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-01-25 22:28:59 -0500 |
commit | e55f60c11ce2b311e2b699b2e32c329e889a0390 (patch) | |
tree | 8cfff11d6d2fc4d245836f43834fde18ac0c770f | |
parent | 41e434cead35a8527ae264514ce2de15ade88d7e (diff) |
doc: Mention that signed distance field rendering is not implemented.
-rw-r--r-- | doc/api.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api.texi b/doc/api.texi index 3ea8687..126d7dd 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -676,7 +676,8 @@ rendering technique comes in. Introduced by Valve} in 2007, signed distance field fonts can be efficiently stored in a bitmap and be rendered at arbitrary scale factors with good results. Chickadee can render both traditional bitmap fonts and -signed distance field fonts. +signed distance field fonts. @emph{Signed distance field font +rendering is not yet available, so be patient.} While Chickadee does not yet offer a tool for converting TTF fonts into FNT fonts, tools such as |