Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 648438
Collapse All | Expand All

(-)lilypond-2.19.49.orig/lily/pango-font.cc (-1 / +1 lines)
Lines 317-323 Link Here
317
  pango_fc_font_unlock_face (fcfont);
317
  pango_fc_font_unlock_face (fcfont);
318
  pango_glyph_string_free (pgs);
318
  pango_glyph_string_free (pgs);
319
  pgs = 0;
319
  pgs = 0;
320
  PangoFontDescription *descr = pango_font_describe (pa->font);
320
  PangoFontDescription *descr = pango_context_get_font_description (context_);
321
  Real size = pango_font_description_get_size (descr)
321
  Real size = pango_font_description_get_size (descr)
322
              / (Real (PANGO_SCALE));
322
              / (Real (PANGO_SCALE));

Return to bug 648438