Bug 61392

Summary: Move code to discover if a CTFont has vertical glyphs out of SimpleFontData::platformInit()
Product: WebKit Reporter: mitz
Component: TextAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Move code to detect that a CTFont has vertical glyphs into a function hyatt: review+

Description mitz 2011-05-24 13:54:43 PDT
Move code to discover if a CTFont has vertical glyphs out of SimpleFontData::platformInit()
Comment 1 mitz 2011-05-24 13:57:28 PDT
Created attachment 94683 [details]
Move code to detect that a CTFont has vertical glyphs into a function
Comment 2 Dave Hyatt 2011-05-24 14:00:38 PDT
Comment on attachment 94683 [details]
Move code to detect that a CTFont has vertical glyphs into a function

r=me
Comment 3 mitz 2011-05-24 14:02:29 PDT
Committed as r87201 <http://trac.webkit.org/changeset/87201>.