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

(-)wrappers/pangographite/PangoGrFont.cpp (-1 / +1 lines)
Lines 42-48 Link Here
42
        FcPatternGetString (m_fcFont->font_pattern, FC_FAMILY, 0, &family);
42
        FcPatternGetString (m_fcFont->font_pattern, FC_FAMILY, 0, &family);
43
        strncpy(m_stFace, (const char *)family, kMaxFaceLength);
43
        strncpy(m_stFace, (const char *)family, kMaxFaceLength);
44
    }
44
    }
45
  setFace(l_face);
45
  unlockFace();
46
}
46
}
47
/*
47
/*
48
PangoGrFont::PangoGrFont(FT_Face face)
48
PangoGrFont::PangoGrFont(FT_Face face)

Return to bug 209765