summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2013-01-15 19:42:47 -0600
committerBehdad Esfahbod <behdad@behdad.org>2013-01-15 19:42:47 -0600
commitf4987f06ee85a87b8e787bf0881de6a2223e8fd5 (patch)
tree890eba01cb502566ef628e95631c4a81d2c84af6
parentdb410d8ebdbc5b697430617e761da6b5ce4940dd (diff)
downloadpango-f4987f06ee85a87b8e787bf0881de6a2223e8fd5.tar.gz
"prgname" and "fontfeatures" are accepted for upstream Fontconfig now
-rw-r--r--pango/pangofc-fontmap.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/pango/pangofc-fontmap.h b/pango/pangofc-fontmap.h
index 73d1cc99..8421f180 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