From: Behdad Esfahbod Date: Wed, 16 Jan 2013 01:42:47 +0000 (-0600) Subject: "prgname" and "fontfeatures" are accepted for upstream Fontconfig now X-Git-Tag: 1.33.7~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4987f06ee85a87b8e787bf0881de6a2223e8fd5;p=platform%2Fupstream%2Fpango.git "prgname" and "fontfeatures" are accepted for upstream Fontconfig now --- diff --git a/pango/pangofc-fontmap.h b/pango/pangofc-fontmap.h index 73d1cc9..8421f18 100644 --- a/pango/pangofc-fontmap.h +++ b/pango/pangofc-fontmap.h @@ -262,9 +262,11 @@ PangoFontDescription *pango_fc_font_description_from_pattern (FcPattern *pattern * This can be used to write fontconfig configuration rules that only affect * certain applications. * + * This is equivalent to FC_PRGNAME in versions of fontconfig that have that. + * * Since: 1.24 */ -#define PANGO_FC_PRGNAME "pangoprgname" +#define PANGO_FC_PRGNAME "prgname" /** * PANGO_FC_FONT_FEATURES: @@ -276,9 +278,11 @@ PangoFontDescription *pango_fc_font_description_from_pattern (FcPattern *pattern * The property will have a number of string elements, each of which is the * OpenType feature tag of one feature to enable. * + * This is equivalent to FC_FONT_FEATURES in versions of fontconfig that have that. + * * Since: 1.34 */ -#define PANGO_FC_FONT_FEATURES "pangofontfeatures" +#define PANGO_FC_FONT_FEATURES "fontfeatures" G_END_DECLS