summaryrefslogtreecommitdiff
path: root/include/freetype/t1tables.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2008-05-31 07:03:30 +0000
committerWerner Lemberg <wl@gnu.org>2008-05-31 07:03:30 +0000
commite899991b5e729b48ed219e15727c6fbb39c7e18f (patch)
tree24e7669e1aa1d9a906d389e1ee7148da5696e895 /include/freetype/t1tables.h
parent2b0b4221abba6497e05183d58c6a36821b9cce06 (diff)
downloadfreetype2-e899991b5e729b48ed219e15727c6fbb39c7e18f.tar.gz
More doc fixes to improve HTML version.
Diffstat (limited to 'include/freetype/t1tables.h')
-rw-r--r--include/freetype/t1tables.h23
1 files changed, 22 insertions, 1 deletions
diff --git a/include/freetype/t1tables.h b/include/freetype/t1tables.h
index 2a98c6b61..bd11f3342 100644
--- a/include/freetype/t1tables.h
+++ b/include/freetype/t1tables.h
@@ -294,6 +294,14 @@ FT_BEGIN_HEADER
typedef PS_BlendRec T1_Blend;
+ /*************************************************************************/
+ /* */
+ /* <Struct> */
+ /* CID_FaceDictRec */
+ /* */
+ /* <Description> */
+ /* A structure used to represent data in a CID top-level dictionary. */
+ /* */
typedef struct CID_FaceDictRec_
{
PS_PrivateRec private_dict;
@@ -312,7 +320,20 @@ FT_BEGIN_HEADER
FT_ULong subrmap_offset;
FT_Int sd_bytes;
- } CID_FaceDictRec, *CID_FaceDict;
+ } CID_FaceDictRec;
+
+
+ /*************************************************************************/
+ /* */
+ /* <Struct> */
+ /* CID_FaceDict */
+ /* */
+ /* <Description> */
+ /* A handle to a @CID_FaceDictRec structure. */
+ /* */
+ typedef struct CID_FaceDictRec_* CID_FaceDict;
+
+ /* */
/* backwards-compatible definition */