diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-06-12 00:07:24 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-06-12 00:07:24 +0000 |
commit | 19290cba0704aec45d7cceb81c283f80a79db933 (patch) | |
tree | 9c2adc8f2b8ad1942269e0018fd79e67be52f2d4 /pango/pangocairo-fontmap.c | |
parent | 238cd14f991b00a9499e1bd4b6a1d9a27113e16d (diff) | |
download | pango-19290cba0704aec45d7cceb81c283f80a79db933.tar.gz |
New engine public macros:
2007-06-11 Behdad Esfahbod <behdad@gnome.org>
* pango/pango-ot.h: New engine public macros:
PANGO_OT_TAG_MAKE()
PANGO_OT_TAG_MAKE_FROM_STRING()
* docs/pango-sections.txt:
* docs/tmpl/opentype.sgml:
Update.
2007-06-11 Behdad Esfahbod <behdad@gnome.org>
Bug 446018 – Bus error in the pango_ot_tag_from_language()
* pango/pango-ot-tag.c (pango_ot_tag_from_script),
(pango_ot_tag_to_script), (pango_ot_tag_from_language),
(pango_ot_tag_to_language): Make sure int access is
aligned.
svn path=/trunk/; revision=2344
Diffstat (limited to 'pango/pangocairo-fontmap.c')
-rw-r--r-- | pango/pangocairo-fontmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pangocairo-fontmap.c b/pango/pangocairo-fontmap.c index ad381160..d0fe716f 100644 --- a/pango/pangocairo-fontmap.c +++ b/pango/pangocairo-fontmap.c @@ -105,6 +105,7 @@ pango_cairo_font_map_new (void) /** * pango_cairo_font_map_new_for_font_type: + * @fonttype: desired #cairo_font_type_t * * Creates a new #PangoCairoFontMap object of the type suitable * to be used with cairo font backend of type @fonttype. |