~ubuntu-branches/ubuntu/hardy/pango1.0/hardy-security

« back to all changes in this revision

Viewing changes to pango/pango-attributes.h

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2007-11-01 17:34:39 UTC
  • mfrom: (1.2.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20071101173439-q1o9mzlj8fiad7cd
Tags: 1.19.0-1ubuntu1
* Sync with Debian; Ubuntu changes are:
  - Add patch 30_anymetrics, turns on FC_ANY_METRICS whenever looking up
    fonts with fontconfig; lets fontconfig's configuration know that we
    don't care about getting a font with exactly the same shape as the
    family we asked for and fixes (eg) a firefox vs. evince font metrics
    ugliness issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
  PangoFontDescription *desc;
177
177
};
178
178
 
179
 
PangoAttrType    pango_attr_type_register (const gchar          *name);
 
179
PangoAttrType    pango_attr_type_register    (const gchar          *name);
180
180
 
181
 
PangoAttribute * pango_attribute_copy          (const PangoAttribute *attr);
182
 
void             pango_attribute_destroy       (PangoAttribute       *attr);
183
 
gboolean         pango_attribute_equal         (const PangoAttribute *attr1,
184
 
                                                const PangoAttribute *attr2) G_GNUC_PURE;
 
181
void             pango_attribute_init        (PangoAttribute       *attr,
 
182
                                              const PangoAttrClass *klass);
 
183
PangoAttribute * pango_attribute_copy        (const PangoAttribute *attr);
 
184
void             pango_attribute_destroy     (PangoAttribute       *attr);
 
185
gboolean         pango_attribute_equal       (const PangoAttribute *attr1,
 
186
                                              const PangoAttribute *attr2) G_GNUC_PURE;
185
187
 
186
188
PangoAttribute *pango_attr_language_new      (PangoLanguage              *language);
187
189
PangoAttribute *pango_attr_family_new        (const char                 *family);