diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-02-17 22:04:29 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-02-17 22:04:29 +0000 |
commit | 411bd8c907fbf018a8d7529b6a858a8c11f87bd3 (patch) | |
tree | 12408b3fbbaaca409e202dab63eecc3e5e2c8712 /pango/pangoft2-private.h | |
parent | 837fdf20fad1c7d3302f5ccf2fb9eada57a6067d (diff) | |
download | pango-411bd8c907fbf018a8d7529b6a858a8c11f87bd3.tar.gz |
Add an --enable-debug configure argument defaulting to 'yes' for unstable
Mon Feb 17 13:06:39 2003 Owen Taylor <otaylor@redhat.com>
* configure.in **/Makefile.am: Add an --enable-debug
configure argument defaulting to 'yes' for unstable
releases and 'minimum' for stable releases.
For minimum, -DG_DISABLE_CAST_CHECKS.
* pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
pango/pangoxft-fontmap.c: Add caching of fontsets
(#104495, initial patch and review by Soeren Sandmann)
* pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
pango/pangoxft-fontmap.c pango/pangoft2-private.h
pango/pangoxft-private.h: Remove cache of recently freed
fonts; not necessary now that we cache fontsets.
* pango/pangofc-fontmap.cI (pango_fc_pattern_set_free):
Rename from pango_fc_font_set_free to reflect
what it actually does.
* pango/pangofc-fontmap.cI pango/pangoft-fontmap.c
pango/pangoxft-fontmap.c: Combine clear-the-cache
functions; we didn't need separate clear-the-font-cache
and clear-the-pattern-cache functions.
Diffstat (limited to 'pango/pangoft2-private.h')
-rw-r--r-- | pango/pangoft2-private.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pango/pangoft2-private.h b/pango/pangoft2-private.h index d8d20eae..9b506061 100644 --- a/pango/pangoft2-private.h +++ b/pango/pangoft2-private.h @@ -72,10 +72,6 @@ struct _PangoFT2Font GSList *metrics_by_lang; - /* If TRUE, font is in cache of recently unused fonts and not otherwise - * in use. */ - gboolean in_cache; - GHashTable *glyph_info; GDestroyNotify glyph_cache_destroy; }; @@ -93,10 +89,6 @@ PangoMap *_pango_ft2_get_shaper_map (PangoLanguage *language); PangoCoverage *_pango_ft2_font_map_get_coverage (PangoFontMap *fontmap, FcPattern *pattern); FT_Library _pango_ft2_font_map_get_library (PangoFontMap *fontmap); -void _pango_ft2_font_map_cache_add (PangoFontMap *fontmap, - PangoFT2Font *ft2font); -void _pango_ft2_font_map_cache_remove (PangoFontMap *fontmap, - PangoFT2Font *ft2font); void _pango_ft2_font_map_add (PangoFontMap *fontmap, PangoFT2Font *ft2font); void _pango_ft2_font_map_remove (PangoFontMap *fontmap, |