summaryrefslogtreecommitdiff
path: root/pango/pangofc-fontmap.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-08 20:53:03 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-11-08 20:53:03 -0500
commitd94f5a10a2f19fed4a3a5ae823d7e07d9d05e76d (patch)
treee722c53494f581dd0bf732ca443281c6d1dfd615 /pango/pangofc-fontmap.h
parent648fad985cbef84ad7166f88c3eaa900e5197bc1 (diff)
downloadpango-d94f5a10a2f19fed4a3a5ae823d7e07d9d05e76d.tar.gz
fc: Drop unnecessary ifdefs
We are requiring a new enough fontconfig now.
Diffstat (limited to 'pango/pangofc-fontmap.h')
-rw-r--r--pango/pangofc-fontmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pango/pangofc-fontmap.h b/pango/pangofc-fontmap.h
index 074bca20..e1e56c94 100644
--- a/pango/pangofc-fontmap.h
+++ b/pango/pangofc-fontmap.h
@@ -233,6 +233,9 @@ void pango_fc_font_map_substitute_changed (PangoFcFontMap *fontmap);
* The property will have a string elements, each of which
* a comma-separated list of OpenType axis setting of the
* form AXIS=VALUE.
+ *
+ * This is equivalent to FC_FONT_VARIATIONS in versions of
+ * fontconfig that have that.
*/
#define PANGO_FC_FONT_VARIATIONS "fontvariations"