diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-02-06 11:08:44 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-06 11:08:44 +0000 |
commit | 9f81790eaec937ced41c31fb6204d63a377a00a7 (patch) | |
tree | d00c3ce91fcb08f5742b1a03a1b72ec03fee7b41 /docs | |
parent | 3293001b8aa09a4e812af974b389843c952871bb (diff) | |
download | pango-9f81790eaec937ced41c31fb6204d63a377a00a7.tar.gz |
Warn only once per font-description that cannot be loaded.
2006-02-06 Behdad Esfahbod <behdad@gnome.org>
* pango/pango-fontmap.c (pango_font_map_real_load_fontset): Warn
only once per font-description that cannot be loaded.
* pango/pangox.c: Make it not crash if no font found, like other
backends.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index a960ea32..deca9859 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -279,6 +279,8 @@ pango_font_family_get_type pango_font_metrics_get_type pango_fontset_get_type pango_fontset_simple_get_type +PANGO_UNKNOWN_GLYPH_WIDTH +PANGO_UNKNOWN_GLYPH_HEIGHT </SECTION> <SECTION> |