Subversion Repositories Kolibri OS

Rev

Rev 1882 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1882 Rev 4744
Line 1... Line 1...
1
/*******************************************************************
1
/***************************************************************************/
2
 *
-
 
-
 
2
/*                                                                         */
3
 *  tttags.h
3
/*  tttags.h                                                                */
4
 *
-
 
-
 
4
/*                                                                         */
5
 *    tags for TrueType tables (specification only).
5
/*    Tags for TrueType and OpenType tables (specification only).          */
6
 *
-
 
-
 
6
/*                                                                         */
7
 *  Copyright 1996-1999 by
7
/*  Copyright 1996-2001, 2004, 2005, 2007, 2008 by                         */
8
 *  David Turner, Robert Wilhelm, and Werner Lemberg.
8
/*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
9
 *
-
 
-
 
9
/*                                                                         */
10
 *  This file is part of the FreeType project, and may only be used
10
/*  This file is part of the FreeType project, and may only be used,       */
11
 *  modified and distributed under the terms of the FreeType project
11
/*  modified, and distributed under the terms of the FreeType project      */
12
 *  license, LICENSE.TXT. By continuing to use, modify, or distribute
12
/*  license, LICENSE.TXT.  By continuing to use, modify, or distribute     */
13
 *  this file you indicate that you have read the license and
13
/*  this file you indicate that you have read the license and              */
14
 *  understand and accept it fully.
14
/*  understand and accept it fully.                                        */
15
 *
-
 
-
 
15
/*                                                                         */
16
 ******************************************************************/
16
/***************************************************************************/
-
 
17
 
17
 
18
 
18
#ifndef TTAGS_H
19
#ifndef __TTAGS_H__
19
#define TTAGS_H
20
#define __TTAGS_H__
-
 
21
 
20
 
22
 
21
#include "ttconfig.h"
23
#include 
-
 
24
#include FT_FREETYPE_H
-
 
25
 
-
 
26
#ifdef FREETYPE_H
22
#include "freetype.h"   /* for MAKE_TT_TAG() */
27
#error "freetype.h of FreeType 1 has been loaded!"
-
 
28
#error "Please fix the directory search order for header files"
-
 
29
#error "so that freetype.h of FreeType 2 is found first."
-
 
30
#endif
-
 
31
 
23
 
32
 
-
 
33
FT_BEGIN_HEADER
-
 
34
 
-
 
35
 
-
 
36
#define TTAG_avar  FT_MAKE_TAG( 'a', 'v', 'a', 'r' )
24
#define TTAG_BASE  MAKE_TT_TAG( 'B', 'A', 'S', 'E' )
37
#define TTAG_BASE  FT_MAKE_TAG( 'B', 'A', 'S', 'E' )
-
 
38
#define TTAG_bdat  FT_MAKE_TAG( 'b', 'd', 'a', 't' )
-
 
39
#define TTAG_BDF   FT_MAKE_TAG( 'B', 'D', 'F', ' ' )
-
 
40
#define TTAG_bhed  FT_MAKE_TAG( 'b', 'h', 'e', 'd' )
25
#define TTAG_bloc  MAKE_TT_TAG( 'b', 'l', 'o', 'c' )
41
#define TTAG_bloc  FT_MAKE_TAG( 'b', 'l', 'o', 'c' )
26
#define TTAG_bdat  MAKE_TT_TAG( 'b', 'd', 'a', 't' )
42
#define TTAG_bsln  FT_MAKE_TAG( 'b', 's', 'l', 'n' )
-
 
43
#define TTAG_CFF   FT_MAKE_TAG( 'C', 'F', 'F', ' ' )
-
 
44
#define TTAG_CID   FT_MAKE_TAG( 'C', 'I', 'D', ' ' )
27
#define TTAG_cmap  MAKE_TT_TAG( 'c', 'm', 'a', 'p' )
45
#define TTAG_cmap  FT_MAKE_TAG( 'c', 'm', 'a', 'p' )
-
 
46
#define TTAG_cvar  FT_MAKE_TAG( 'c', 'v', 'a', 'r' )
28
#define TTAG_cvt   MAKE_TT_TAG( 'c', 'v', 't', ' ' )
47
#define TTAG_cvt   FT_MAKE_TAG( 'c', 'v', 't', ' ' )
-
 
48
#define TTAG_DSIG  FT_MAKE_TAG( 'D', 'S', 'I', 'G' )
29
#define TTAG_EBDT  MAKE_TT_TAG( 'E', 'B', 'D', 'T' )
49
#define TTAG_EBDT  FT_MAKE_TAG( 'E', 'B', 'D', 'T' )
30
#define TTAG_EBLC  MAKE_TT_TAG( 'E', 'B', 'L', 'C' )
50
#define TTAG_EBLC  FT_MAKE_TAG( 'E', 'B', 'L', 'C' )
31
#define TTAG_EBSC  MAKE_TT_TAG( 'E', 'B', 'S', 'C' )
51
#define TTAG_EBSC  FT_MAKE_TAG( 'E', 'B', 'S', 'C' )
-
 
52
#define TTAG_feat  FT_MAKE_TAG( 'f', 'e', 'a', 't' )
-
 
53
#define TTAG_FOND  FT_MAKE_TAG( 'F', 'O', 'N', 'D' )
32
#define TTAG_fpgm  MAKE_TT_TAG( 'f', 'p', 'g', 'm' )
54
#define TTAG_fpgm  FT_MAKE_TAG( 'f', 'p', 'g', 'm' )
33
#define TTAG_gasp  MAKE_TT_TAG( 'g', 'a', 's', 'p' )
55
#define TTAG_fvar  FT_MAKE_TAG( 'f', 'v', 'a', 'r' )
34
#define TTAG_glyf  MAKE_TT_TAG( 'g', 'l', 'y', 'f' )
56
#define TTAG_gasp  FT_MAKE_TAG( 'g', 'a', 's', 'p' )
35
#define TTAG_GDEF  MAKE_TT_TAG( 'G', 'D', 'E', 'F' )
57
#define TTAG_GDEF  FT_MAKE_TAG( 'G', 'D', 'E', 'F' )
-
 
58
#define TTAG_glyf  FT_MAKE_TAG( 'g', 'l', 'y', 'f' )
36
#define TTAG_GPOS  MAKE_TT_TAG( 'G', 'P', 'O', 'S' )
59
#define TTAG_GPOS  FT_MAKE_TAG( 'G', 'P', 'O', 'S' )
37
#define TTAG_GSUB  MAKE_TT_TAG( 'G', 'S', 'U', 'B' )
60
#define TTAG_GSUB  FT_MAKE_TAG( 'G', 'S', 'U', 'B' )
-
 
61
#define TTAG_gvar  FT_MAKE_TAG( 'g', 'v', 'a', 'r' )
38
#define TTAG_hdmx  MAKE_TT_TAG( 'h', 'd', 'm', 'x' )
62
#define TTAG_hdmx  FT_MAKE_TAG( 'h', 'd', 'm', 'x' )
39
#define TTAG_head  MAKE_TT_TAG( 'h', 'e', 'a', 'd' )
63
#define TTAG_head  FT_MAKE_TAG( 'h', 'e', 'a', 'd' )
40
#define TTAG_hhea  MAKE_TT_TAG( 'h', 'h', 'e', 'a' )
64
#define TTAG_hhea  FT_MAKE_TAG( 'h', 'h', 'e', 'a' )
41
#define TTAG_hmtx  MAKE_TT_TAG( 'h', 'm', 't', 'x' )
65
#define TTAG_hmtx  FT_MAKE_TAG( 'h', 'm', 't', 'x' )
42
#define TTAG_JSTF  MAKE_TT_TAG( 'J', 'S', 'T', 'F' )
66
#define TTAG_JSTF  FT_MAKE_TAG( 'J', 'S', 'T', 'F' )
-
 
67
#define TTAG_just  FT_MAKE_TAG( 'j', 'u', 's', 't' )
43
#define TTAG_kern  MAKE_TT_TAG( 'k', 'e', 'r', 'n' )
68
#define TTAG_kern  FT_MAKE_TAG( 'k', 'e', 'r', 'n' )
-
 
69
#define TTAG_lcar  FT_MAKE_TAG( 'l', 'c', 'a', 'r' )
44
#define TTAG_loca  MAKE_TT_TAG( 'l', 'o', 'c', 'a' )
70
#define TTAG_loca  FT_MAKE_TAG( 'l', 'o', 'c', 'a' )
45
#define TTAG_LTSH  MAKE_TT_TAG( 'L', 'T', 'S', 'H' )
71
#define TTAG_LTSH  FT_MAKE_TAG( 'L', 'T', 'S', 'H' )
-
 
72
#define TTAG_LWFN  FT_MAKE_TAG( 'L', 'W', 'F', 'N' )
-
 
73
#define TTAG_MATH  FT_MAKE_TAG( 'M', 'A', 'T', 'H' )
46
#define TTAG_maxp  MAKE_TT_TAG( 'm', 'a', 'x', 'p' )
74
#define TTAG_maxp  FT_MAKE_TAG( 'm', 'a', 'x', 'p' )
-
 
75
#define TTAG_META  FT_MAKE_TAG( 'M', 'E', 'T', 'A' )
-
 
76
#define TTAG_MMFX  FT_MAKE_TAG( 'M', 'M', 'F', 'X' )
-
 
77
#define TTAG_MMSD  FT_MAKE_TAG( 'M', 'M', 'S', 'D' )
-
 
78
#define TTAG_mort  FT_MAKE_TAG( 'm', 'o', 'r', 't' )
-
 
79
#define TTAG_morx  FT_MAKE_TAG( 'm', 'o', 'r', 'x' )
47
#define TTAG_name  MAKE_TT_TAG( 'n', 'a', 'm', 'e' )
80
#define TTAG_name  FT_MAKE_TAG( 'n', 'a', 'm', 'e' )
-
 
81
#define TTAG_opbd  FT_MAKE_TAG( 'o', 'p', 'b', 'd' )
48
#define TTAG_OS2   MAKE_TT_TAG( 'O', 'S', '/', '2' )
82
#define TTAG_OS2   FT_MAKE_TAG( 'O', 'S', '/', '2' )
-
 
83
#define TTAG_OTTO  FT_MAKE_TAG( 'O', 'T', 'T', 'O' )
49
#define TTAG_PCLT  MAKE_TT_TAG( 'P', 'C', 'L', 'T' )
84
#define TTAG_PCLT  FT_MAKE_TAG( 'P', 'C', 'L', 'T' )
-
 
85
#define TTAG_POST  FT_MAKE_TAG( 'P', 'O', 'S', 'T' )
50
#define TTAG_post  MAKE_TT_TAG( 'p', 'o', 's', 't' )
86
#define TTAG_post  FT_MAKE_TAG( 'p', 'o', 's', 't' )
51
#define TTAG_prep  MAKE_TT_TAG( 'p', 'r', 'e', 'p' )
87
#define TTAG_prep  FT_MAKE_TAG( 'p', 'r', 'e', 'p' )
-
 
88
#define TTAG_prop  FT_MAKE_TAG( 'p', 'r', 'o', 'p' )
-
 
89
#define TTAG_sfnt  FT_MAKE_TAG( 's', 'f', 'n', 't' )
-
 
90
#define TTAG_SING  FT_MAKE_TAG( 'S', 'I', 'N', 'G' )
-
 
91
#define TTAG_trak  FT_MAKE_TAG( 't', 'r', 'a', 'k' )
-
 
92
#define TTAG_true  FT_MAKE_TAG( 't', 'r', 'u', 'e' )
52
#define TTAG_ttc   MAKE_TT_TAG( 't', 't', 'c', ' ' )
93
#define TTAG_ttc   FT_MAKE_TAG( 't', 't', 'c', ' ' )
53
#define TTAG_ttcf  MAKE_TT_TAG( 't', 't', 'c', 'f' )
94
#define TTAG_ttcf  FT_MAKE_TAG( 't', 't', 'c', 'f' )
-
 
95
#define TTAG_TYP1  FT_MAKE_TAG( 'T', 'Y', 'P', '1' )
-
 
96
#define TTAG_typ1  FT_MAKE_TAG( 't', 'y', 'p', '1' )
54
#define TTAG_VDMX  MAKE_TT_TAG( 'V', 'D', 'M', 'X' )
97
#define TTAG_VDMX  FT_MAKE_TAG( 'V', 'D', 'M', 'X' )
55
#define TTAG_vhea  MAKE_TT_TAG( 'v', 'h', 'e', 'a' )
98
#define TTAG_vhea  FT_MAKE_TAG( 'v', 'h', 'e', 'a' )
56
#define TTAG_vmtx  MAKE_TT_TAG( 'v', 'm', 't', 'x' )
99
#define TTAG_vmtx  FT_MAKE_TAG( 'v', 'm', 't', 'x' )
Line -... Line 100...
-
 
100
 
-
 
101
 
-
 
102
FT_END_HEADER
57
 
103
 
Line 58... Line 104...
58
#endif /* TTAGS_H */
104
#endif /* __TTAGS_H__ */