Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 209765 | Differences between
and this patch

Collapse All | Expand All

(-)graphite/wrappers/pangographite/graphite-module.c (-3 / +2 lines)
Lines 219-224 Link Here
219
		PangoLogAttr  *attrs,
219
		PangoLogAttr  *attrs,
220
		int            attrs_len)
220
		int            attrs_len)
221
{
221
{
222
	if (! PANGO_IS_FC_FONT(analysis->font))
223
		return;
222
	PangoFcFont *fcfont = PANGO_FC_FONT(analysis->font);
224
	PangoFcFont *fcfont = PANGO_FC_FONT(analysis->font);
223
	FcChar8 * fontcap;
225
	FcChar8 * fontcap;
224
226
Lines 226-233 Link Here
226
	pango_default_break(text, length, analysis, attrs, attrs_len);
228
	pango_default_break(text, length, analysis, attrs, attrs_len);
227
#endif
229
#endif
228
230
229
  if (fcfont)
230
    {
231
      if (FcPatternGetString (fcfont->font_pattern, FC_CAPABILITY, 0, &fontcap) != FcResultMatch)
231
      if (FcPatternGetString (fcfont->font_pattern, FC_CAPABILITY, 0, &fontcap) != FcResultMatch)
232
      {
232
      {
233
      }
233
      }
Lines 247-253 Link Here
247
          //return;
247
          //return;
248
        }
248
        }
249
      }
249
      }
250
    }
251
250
252
/*
251
/*
253
  int i;
252
  int i;

Return to bug 209765