[Webkit-unassigned] [Bug 28131] [Haiku] Adding font-specific files to WebCore.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 14 17:42:07 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28131
Eric Seidel <eric at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #34561|review? |review-
Flag| |
--- Comment #11 from Eric Seidel <eric at webkit.org> 2009-08-14 17:42:06 PDT ---
(From update of attachment 34561)
Why execute the family code ever time when you're only creating the
AtomicString once?
69 font_family family;
70 defaultFont->GetFamilyAndStyle(&family, 0);
71 static AtomicString defaultString(family);
Seems like a bad idea...
bool FontData::containsCharacters(const UChar* characters, int length) const
43 {
44 notImplemented();
45 return true;
46 }
Certainly will make international sites look awful. :)
This is not an english sentence:
41 // FIXME: Temp routine to check the conversion works.
I'm not quite sure what you mean by that.
Is it possible to pass these through to the simple versions?
97 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const
SimpleFontData*>* fallbackFonts) const
I'm not sure that it would help you any, but it might.
I take it Haiku does not have easy options for drawing complex text?
Not a good variable name:
76 const FontPlatformData* pdata = new FontPlatformData(desc,
desc.family().family());
74 FontDescription desc = FontDescription(fontDescription);
Otherwise looks fine.
--
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