/[crust]/crust/libs/GraphicsFoundation/GFContext.h
ViewVC logotype

Diff of /crust/libs/GraphicsFoundation/GFContext.h

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

revision 1.1 by jrydberg, Sun Aug 26 20:46:03 2001 UTC revision 1.2 by jrydberg, Tue Aug 28 16:12:47 2001 UTC
# Line 128  GF_EXTERN void GFContextRestoreGState (G Line 128  GF_EXTERN void GFContextRestoreGState (G
128  /* Save graphic state on graphic state stack in CONTEXT.  */  /* Save graphic state on graphic state stack in CONTEXT.  */
129  GF_EXTERN void GFContextSaveGState (GFContextRef context);  GF_EXTERN void GFContextSaveGState (GFContextRef context);
130    
131    /* Show STRING_LENGTH number of characters from STRING at (X, Y).  */
132    GF_EXTERN void GFContextShowTextAtPoint (GFContextRef context, float x, float y,
133                                             char *string, int string_length);
134    
135    /* Try to set current font to <FONT_NAME, STYLE_NAME> and font size
136       to SIZE.  */
137    GF_EXTERN int GFContextSelectFont (GFContextRef context, char *font_name,
138                                       char *style_name, float size);
139    
140  #endif /* GFContext.h */  #endif /* GFContext.h */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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