[Webkit-unassigned] [Bug 28131] [Haiku] Adding font-specific files to WebCore.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 25 05:53:12 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28131





--- Comment #30 from Maxime Simon <simon.maxime at gmail.com>  2009-08-25 05:53:12 PDT ---
(In reply to comment #29)
> (In reply to comment #28)
> > (From update of attachment 38538 [details] [details])
> > For the sake of those of us who aren't familiar with haiku, make the
> > font_family argument to findMatchingFontFamily a pointer, and dereference
> > appropriately. 
> 
> I tried, but it "segfault" when making str(n)py(*family…);

It seems normal… I must initialize the family before using it (Silly me). So I
put a "static_cast<font_family*>(malloc(sizeof(font_family)));" when creating
the font_family pointer.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list