ref: c6fa4aff2e28539600f8ed29e98158cc779a02f0
parent: 856c578925ce608e16776574b91d5f55d5a305bb
author: David Turner <[email protected]>
date: Mon Nov 6 21:59:11 EST 2000
removed deprecated reference to "SemTex"
--- a/include/freetype/internal/ftobjs.h
+++ b/include/freetype/internal/ftobjs.h
@@ -297,9 +297,8 @@
#define FT_FACE_SIZE( x ) FT_FACE( x )->size
- /* this must be kept exported -- tt will be used later in our own */
- /* high-level caching font manager called SemTex (way after the */
- /* 2.0 release though */
+ /* this must be kept exported -- it is used by the cache manager */
+ /* even though it shouldn't be considered public for now.. */
FT_EXPORT( FT_Error ) FT_New_Size( FT_Face face,
FT_Size* size );