~ubuntu-branches/ubuntu/feisty/gnumeric/feisty-security

« back to all changes in this revision

Viewing changes to src/style.h

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-11-14 14:02:03 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061114140203-iv3j2aii3vch6isl
Tags: 1.7.2-1ubuntu1
* Merge with debian experimental:
  - debian/control, debian/*-gtk-*, debian/rules,
    debian/shlibs.local: Xubuntu changes for
    gtk/gnome multibuild.
  - run intltool-update in po*
  - Build Depend on intltool

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
void           style_shutdown         (void);
53
53
 
54
54
GnmFont     *style_font_new         (PangoContext *context,
55
 
                                       const char *font_name,
56
 
                                       double size_pts, double scale,
57
 
                                       gboolean bold, gboolean italic);
 
55
                                     char const *font_name,
 
56
                                     double size_pts, double scale,
 
57
                                     gboolean bold, gboolean italic);
58
58
void style_font_ref          (GnmFont *sf);
59
59
void style_font_unref        (GnmFont *sf);
60
60