diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2008-12-08 03:28:29 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-12-08 03:28:29 +0000 |
commit | 9a7e5dd5e9a7f5f5397273082a7ca356699106d6 (patch) | |
tree | 01aecf826f06a307f29b6055c0e6cfce0281a096 /docs | |
parent | 329878c07db2f693ffc08a3afc55acb89a701098 (diff) | |
download | pango-9a7e5dd5e9a7f5f5397273082a7ca356699106d6.tar.gz |
Bug 563557 – set g_get_prgname() in fc pattern
2008-12-07 Behdad Esfahbod <behdad@gnome.org>
Bug 563557 – set g_get_prgname() in fc pattern
* docs/pango-sections.txt:
* pango/pangofc-fontmap.c (pango_fc_make_pattern):
* pango/pangofc-fontmap.h:
Add PANGO_FC_PRGNAME which is the fontconfig element "pangoprgname".
Populate it on all our fontconfig search patterns using
g_get_prgname(). See bug for sample use.
svn path=/trunk/; revision=2751
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 1 | ||||
-rw-r--r-- | docs/tmpl/pangofc-fontmap.sgml | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index c5b47c67..ec33700d 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -922,6 +922,7 @@ pango_fc_font_map_shutdown pango_fc_font_description_from_pattern PANGO_FC_GRAVITY PANGO_FC_VERSION +PANGO_FC_PRGNAME <SUBSECTION Standard> PANGO_FC_FONT_MAP PANGO_IS_FC_FONT_MAP diff --git a/docs/tmpl/pangofc-fontmap.sgml b/docs/tmpl/pangofc-fontmap.sgml index 02891c78..5d85676c 100644 --- a/docs/tmpl/pangofc-fontmap.sgml +++ b/docs/tmpl/pangofc-fontmap.sgml @@ -126,3 +126,10 @@ Fontconfig-based backend involves deriving from both +<!-- ##### MACRO PANGO_FC_PRGNAME ##### --> +<para> + +</para> + + + |