summaryrefslogtreecommitdiff
path: root/include/freetype/t1tables.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2008-12-18 06:32:10 +0000
committerWerner Lemberg <wl@gnu.org>2008-12-18 06:32:10 +0000
commit05bf6877a4b03fa1ea5e2b99f2318104a9de0294 (patch)
tree774f9d432e2a58940f74c50d23fd03bc1334460f /include/freetype/t1tables.h
parentcfc514ea7e05f4734d785cd20a613eee8d5c4ea7 (diff)
downloadfreetype2-05bf6877a4b03fa1ea5e2b99f2318104a9de0294.tar.gz
* docs/CHANGES: Updated.
Provide API for accessing embedding and subsetting restriction information. * include/freetype.h (FT_FSTYPE_INSTALLABLE_EMBEDDING, FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING, FT_FSTYPE_PREVIEW_AND_PRINT_EMBEDDING, FT_FSTYPE_EDITABLE_EMBEDDING, FT_FSTYPE_NO_SUBSETTING, FT_FSTYPE_BITMAP_EMBEDDING_ONLY): New macros. (FT_Get_FSType_Flags): New function declaration. * src/base/ftobjs.c (FT_Get_FSType_Flags): New function. * src/cid/cidtoken.h, src/type1/t1tokens.h, src/type42/t42parse.c (t42_keywords): Handle `FSType'. * include/freetype/t1tables.h (PS_FontInfoRec): Add `fs_type' field.
Diffstat (limited to 'include/freetype/t1tables.h')
-rw-r--r--include/freetype/t1tables.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/freetype/t1tables.h b/include/freetype/t1tables.h
index 204d7a71b..e29dd9f54 100644
--- a/include/freetype/t1tables.h
+++ b/include/freetype/t1tables.h
@@ -78,6 +78,10 @@ FT_BEGIN_HEADER
FT_Short underline_position;
FT_UShort underline_thickness;
+ /* since 2.3.8 */
+
+ FT_UShort fs_type;
+
} PS_FontInfoRec;