/[crust]/crust/libs/GraphicsFoundation/GFText.c
ViewVC logotype

Diff of /crust/libs/GraphicsFoundation/GFText.c

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

revision 1.1 by jrydberg, Mon Aug 27 22:29:49 2001 UTC revision 1.2 by jrydberg, Tue Aug 28 16:12:47 2001 UTC
# Line 759  render_string (int fh, char *str, int le Line 759  render_string (int fh, char *str, int le
759  void  void
760  scan_font_directory (char *path)  scan_font_directory (char *path)
761  {  {
   struct font_description *description;  
762    char full_path [256];    char full_path [256];
763    struct dirent *de;    struct dirent *de;
764    DIR *dir;    DIR *dir;
# Line 816  scan_font_directory (char *path) Line 815  scan_font_directory (char *path)
815    
816  /* Try to set font to <FONT_NAME, STYLE_NAME> and font size to SIZE.  /* Try to set font to <FONT_NAME, STYLE_NAME> and font size to SIZE.
817     If STYLE_NAME is NULL we try to find the regular font.  */     If STYLE_NAME is NULL we try to find the regular font.  */
818  bool  int
819  GFContextSelectFont (GFContextRef context, char *font_name, char *style_name,  GFContextSelectFont (GFContextRef context, char *font_name, char *style_name,
820                       float size)                       float size)
821  {  {

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