Bug 61392 - Move code to discover if a CTFont has vertical glyphs out of SimpleFontData::platformInit()
Summary: Move code to discover if a CTFont has vertical glyphs out of SimpleFontData::...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-24 13:54 PDT by mitz
Modified: 2011-05-24 14:02 PDT (History)
0 users

See Also:


Attachments
Move code to detect that a CTFont has vertical glyphs into a function (2.83 KB, patch)
2011-05-24 13:57 PDT, mitz
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.