/[freetype]/ft2demos/src/ftcommon.i
ViewVC logotype

Diff of /ft2demos/src/ftcommon.i

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49 by werner, Wed Dec 15 07:13:15 2004 UTC revision 1.50 by wl, Thu May 26 05:35:59 2005 UTC
# Line 19  Line 19 
19    
20  #include FT_STROKER_H  #include FT_STROKER_H
21  #include FT_BITMAP_H  #include FT_BITMAP_H
22    #include FT_SYNTHESIS_H
23    
24    /* the following header shouldn't be used in normal programs */    /* the following header shouldn't be used in normal programs */
25  #include FT_INTERNAL_DEBUG_H  #include FT_INTERNAL_DEBUG_H
# Line 79  Line 80 
80    int     graph_init  = 0;    int     graph_init  = 0;
81    double  the_gamma   = 1.0;    double  the_gamma   = 1.0;
82    
83    int  render_mode = 0;    enum {
84        RENDER_MODE_ALL = 0,
85        RENDER_MODE_EMBOLDEN,
86        RENDER_MODE_STROKE,
87        RENDER_MODE_TEXT,
88        RENDER_MODE_WATERFALL,
89        RENDER_MODE_GAMMAGRID   /* this mode must be the last one */
90      } render_mode = 0;
91    
92    int  debug       = 0;    int  debug       = 0;
93    int  trace_level = 0;    int  trace_level = 0;
94    

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26