~ubuntu-branches/ubuntu/trusty/pango1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to pango/pangoatsui.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-02-23 10:42:39 UTC
  • mfrom: (1.6.2 upstream) (63.3.16 lucid)
  • Revision ID: james.westby@ubuntu.com-20100223104239-yt4u4nop2nqtw65f
Tags: 1.27.1-1
* New upstream development release:
  + debian/rules:
    - Include check-dist.mk to prevent accidental uploads to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
#endif /* PANGO_ENABLE_BACKEND */
70
70
 
71
 
CGFontRef pango_atsui_font_get_cgfont (PangoATSUIFont *font);
 
71
CGFontRef  pango_atsui_font_get_cgfont  (PangoATSUIFont *font);
 
72
ATSFontRef pango_atsui_font_get_atsfont (PangoATSUIFont *font);
72
73
 
73
74
#endif /* PANGO_ENABLE_ENGINE || PANGO_ENABLE_BACKEND */
74
75