The BIG graph update
[rrdtool.git] / libraries / freetype-2.0.5 / include / t1tokens.h
1 /***************************************************************************/
2 /*                                                                         */
3 /*  t1tokens.h                                                             */
4 /*                                                                         */
5 /*    Type 1 tokenizer (specification).                                    */
6 /*                                                                         */
7 /*  Copyright 1996-2001 by                                                 */
8 /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
9 /*                                                                         */
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      */
12 /*  license, LICENSE.TXT.  By continuing to use, modify, or distribute     */
13 /*  this file you indicate that you have read the license and              */
14 /*  understand and accept it fully.                                        */
15 /*                                                                         */
16 /***************************************************************************/
17
18
19 #undef  FT_STRUCTURE
20 #define FT_STRUCTURE  T1_FontInfo
21 #undef  T1CODE
22 #define T1CODE        t1_field_font_info
23
24   T1_FIELD_STRING( "version", version )
25   T1_FIELD_STRING( "Notice", notice )
26   T1_FIELD_STRING( "FullName", full_name )
27   T1_FIELD_STRING( "FamilyName", family_name )
28   T1_FIELD_STRING( "Weight", weight )
29
30   T1_FIELD_NUM   ( "ItalicAngle", italic_angle )
31   T1_FIELD_BOOL  ( "isFixedPitch", is_fixed_pitch )
32   T1_FIELD_NUM   ( "UnderlinePosition", underline_position )
33   T1_FIELD_NUM   ( "UnderlineThickness", underline_thickness )
34
35
36 #undef  FT_STRUCTURE
37 #define FT_STRUCTURE  T1_Private
38 #undef  T1CODE
39 #define T1CODE        t1_field_private
40
41   T1_FIELD_NUM       ( "UniqueID", unique_id )
42   T1_FIELD_NUM       ( "lenIV", lenIV )
43   T1_FIELD_NUM       ( "LanguageGroup", language_group )
44   T1_FIELD_NUM       ( "password", password )
45
46   T1_FIELD_FIXED     ( "BlueScale", blue_scale )
47   T1_FIELD_NUM       ( "BlueShift", blue_shift )
48   T1_FIELD_NUM       ( "BlueFuzz",  blue_fuzz )
49
50   T1_FIELD_NUM_TABLE ( "BlueValues", blue_values, 14 )
51   T1_FIELD_NUM_TABLE ( "OtherBlues", other_blues, 10 )
52   T1_FIELD_NUM_TABLE ( "FamilyBlues", family_blues, 14 )
53   T1_FIELD_NUM_TABLE ( "FamilyOtherBlues", family_other_blues, 10 )
54
55   T1_FIELD_NUM_TABLE2( "StdHW", standard_width,  1 )
56   T1_FIELD_NUM_TABLE2( "StdVW", standard_height, 1 )
57   T1_FIELD_NUM_TABLE2( "MinFeature", min_feature, 2 )
58
59   T1_FIELD_NUM_TABLE ( "StemSnapH", snap_widths, 12 )
60   T1_FIELD_NUM_TABLE ( "StemSnapV", snap_heights, 12 )
61
62
63 #undef  FT_STRUCTURE
64 #define FT_STRUCTURE  T1_Font
65 #undef  T1CODE
66 #define T1CODE        t1_field_font_dict
67
68   T1_FIELD_NUM( "PaintType", paint_type )
69   T1_FIELD_NUM( "FontType", font_type )
70   T1_FIELD_NUM( "StrokeWidth", stroke_width )
71
72
73 /* END */