removed deprecated reference to "SemTex"

This commit is contained in:
David Turner 2000-11-07 02:59:11 +00:00
parent b67dd2d4be
commit e8b57cf82f
1 changed files with 2 additions and 3 deletions

View File

@ -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 );