~ubuntu-branches/ubuntu/trusty/pango1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to pango/pangofc-fontmap.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-11-03 14:18:25 UTC
  • mfrom: (1.2.55 upstream)
  • Revision ID: james.westby@ubuntu.com-20081103141825-oz9xfnjk4k4vxk4t
Tags: 1.22.2-0ubuntu1
* New upstream version:
  - Fix crasher when a PangoFcFontMap was freed before its fonts.
    (lp: #290388)
  - Mark monospace fonts as monospace in the pangoatsui backend.
  - Fix font description parsing to better handle "normal".
  - Bugs fixed in this release:
    Bug 558254 – Internal reference handling messed up
    Bug 558107 – is_monospace always returns FALSE in pangoatsui
    Bug 557620 – pango_font_description_from_string not correct

Show diffs side-by-side

added added

removed removed

Lines of Context:
484
484
  PangoFcFontMap *fcfontmap = PANGO_FC_FONT_MAP (object);
485
485
  PangoFcFontMapPrivate *priv = fcfontmap->priv;
486
486
 
487
 
  pango_fc_font_map_cache_clear (fcfontmap);
 
487
 
 
488
  /* Shutdown, so we clear the fonts and mark them as shut down */
 
489
  pango_fc_font_map_shutdown (fcfontmap);
 
490
 
488
491
  g_queue_free (priv->fontset_cache);
489
492
  g_hash_table_destroy (priv->coverage_hash);
490
493