<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[174002] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/174002">174002</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-09-26 01:39:59 -0700 (Fri, 26 Sep 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] Fix support for the initial-letter CSS property to first-letter
https://bugs.webkit.org/show_bug.cgi?id=137108

Patch by Lorenzo Tilve &lt;ltilve@igalia.com&gt; on 2014-09-26
Reviewed by Alejandro G. Castro.

Source/WebCore:

Add support for cap-height to the font system.

* platform/graphics/freetype/SimpleFontDataFreeType.cpp:
(WebCore::SimpleFontData::platformInit):

LayoutTests:

Add missing GTK test expectation files after http://webkit.org/b/136484

* platform/gtk/fast/css-generated-content/initial-letter-basic-expected.txt: Added.
* platform/gtk/fast/css-generated-content/initial-letter-border-padding-expected.txt: Added.
* platform/gtk/fast/css-generated-content/initial-letter-clearance-expected.txt: Added.
* platform/gtk/fast/css-generated-content/initial-letter-descender-expected.txt: Added.
* platform/gtk/fast/css-generated-content/initial-letter-raised-expected.txt: Added.
* platform/gtk/fast/css-generated-content/initial-letter-sunken-expected.txt: Added.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfreetypeSimpleFontDataFreeTypecpp">trunk/Source/WebCore/platform/graphics/freetype/SimpleFontDataFreeType.cpp</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformgtkfastcssgeneratedcontentinitialletterbasicexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-basic-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssgeneratedcontentinitialletterborderpaddingexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-border-padding-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssgeneratedcontentinitialletterclearanceexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-clearance-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssgeneratedcontentinitialletterdescenderexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-descender-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssgeneratedcontentinitialletterraisedexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-raised-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssgeneratedcontentinitiallettersunkenexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-sunken-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (174001 => 174002)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-09-26 08:20:46 UTC (rev 174001)
+++ trunk/LayoutTests/ChangeLog        2014-09-26 08:39:59 UTC (rev 174002)
</span><span class="lines">@@ -1,3 +1,19 @@
</span><ins>+2014-09-26  Lorenzo Tilve  &lt;ltilve@igalia.com&gt;
+
+        [GTK] Fix support for the initial-letter CSS property to first-letter
+        https://bugs.webkit.org/show_bug.cgi?id=137108
+
+        Reviewed by Alejandro G. Castro.
+
+        Add missing GTK test expectation files after http://webkit.org/b/136484
+
+        * platform/gtk/fast/css-generated-content/initial-letter-basic-expected.txt: Added.
+        * platform/gtk/fast/css-generated-content/initial-letter-border-padding-expected.txt: Added.
+        * platform/gtk/fast/css-generated-content/initial-letter-clearance-expected.txt: Added.
+        * platform/gtk/fast/css-generated-content/initial-letter-descender-expected.txt: Added.
+        * platform/gtk/fast/css-generated-content/initial-letter-raised-expected.txt: Added.
+        * platform/gtk/fast/css-generated-content/initial-letter-sunken-expected.txt: Added.
+
</ins><span class="cx"> 2014-09-26  Brian J. Burg  &lt;burg@cs.washington.edu&gt;
</span><span class="cx"> 
</span><span class="cx">         Unreviewed gardening after r173992. Skip inspector/timelines/.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssgeneratedcontentinitialletterbasicexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-basic-expected.txt (0 => 174002)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-basic-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-basic-expected.txt        2014-09-26 08:39:59 UTC (rev 174002)
</span><span class="lines">@@ -0,0 +1,27 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,16) size 784x568
+      RenderBlock {DIV} at (16,0) size 400x85
+        RenderBlock (floating) at (2,-3) size 33x52
+          RenderText {#text} at (0,10) size 33x51
+            text run at (0,10) width 33: &quot;A&quot;
+        RenderText {#text} at (37,0) size 398x85
+          text run at (37,0) width 358: &quot;n example of first-letter. This letter should span 3 lines of&quot;
+          text run at (37,17) width 334: &quot;text, and so it should align itself cleanly with the cap-&quot;
+          text run at (37,34) width 348: &quot;height of the A lining up with the cap-height of the first&quot;
+          text run at (0,51) width 398: &quot;line, and the baseline of the A lining up with the baseline of the&quot;
+          text run at (0,68) width 60: &quot;third line.&quot;
+      RenderBlock {SPAN} at (0,101) size 784x85
+        RenderBlock {DIV} at (368,0) size 400x85
+          RenderBlock (floating) at (365,-3) size 33x52
+            RenderText {#text} at (0,10) size 33x51
+              text run at (0,10) width 33: &quot;A&quot;
+          RenderText {#text} at (20,0) size 390x85
+            text run at (20,0) width 343: &quot;n RTL example of first-letter. This letter should span 3&quot;
+            text run at (10,17) width 353: &quot;lines of text, and so it should align itself cleanly with the&quot;
+            text run at (16,34) width 347: &quot;cap-height of the A lining up with the cap-height of the&quot;
+            text run at (14,51) width 386: &quot;first line, and the baseline of the A lining up with the baseline&quot;
+            text run at (300,68) width 4 RTL: &quot;.&quot;
+            text run at (304,68) width 96: &quot;of the third line&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssgeneratedcontentinitialletterborderpaddingexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-border-padding-expected.txt (0 => 174002)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-border-padding-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-border-padding-expected.txt        2014-09-26 08:39:59 UTC (rev 174002)
</span><span class="lines">@@ -0,0 +1,27 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,16) size 784x568
+      RenderBlock {DIV} at (16,0) size 400x102
+        RenderBlock (floating) at (2,-6) size 39x58 [color=#FF0000] [border: (2px solid #FF0000)]
+          RenderText {#text} at (3,13) size 33x51
+            text run at (3,13) width 33: &quot;A&quot;
+        RenderText {#text} at (43,17) size 398x85
+          text run at (43,17) width 341: &quot;n example of first-letter. This letter should span 3 lines&quot;
+          text run at (43,34) width 351: &quot;of text, and so it should align itself cleanly with the cap-&quot;
+          text run at (43,51) width 348: &quot;height of the A lining up with the cap-height of the first&quot;
+          text run at (0,68) width 398: &quot;line, and the baseline of the A lining up with the baseline of the&quot;
+          text run at (0,85) width 60: &quot;third line.&quot;
+      RenderBlock {SPAN} at (0,118) size 784x102
+        RenderBlock {DIV} at (368,0) size 400x102
+          RenderBlock (floating) at (359,-6) size 39x58 [color=#FF0000] [border: (2px solid #FF0000)]
+            RenderText {#text} at (3,13) size 33x51
+              text run at (3,13) width 33: &quot;A&quot;
+          RenderText {#text} at (14,17) size 396x85
+            text run at (14,17) width 343: &quot;n RTL example of first-letter. This letter should span 3&quot;
+            text run at (4,34) width 353: &quot;lines of text, and so it should align itself cleanly with the&quot;
+            text run at (10,51) width 347: &quot;cap-height of the A lining up with the cap-height of the&quot;
+            text run at (14,68) width 386: &quot;first line, and the baseline of the A lining up with the baseline&quot;
+            text run at (300,85) width 4 RTL: &quot;.&quot;
+            text run at (304,85) width 96: &quot;of the third line&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssgeneratedcontentinitialletterclearanceexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-clearance-expected.txt (0 => 174002)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-clearance-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-clearance-expected.txt        2014-09-26 08:39:59 UTC (rev 174002)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,16) size 784x568
+      RenderBlock {DIV} at (16,0) size 400x51
+        RenderBlock (floating) at (2,-3) size 24x69
+          RenderText {#text} at (0,13) size 24x68
+            text run at (0,13) width 24: &quot;J&quot;
+        RenderText {#text} at (28,34) size 289x17
+          text run at (28,34) width 289: &quot;ust an example of first-letter. Short paragraph!&quot;
+      RenderBlock {DIV} at (16,67) size 400x136
+        RenderBlock (floating) at (2,-3) size 24x69
+          RenderText {#text} at (0,13) size 24x68
+            text run at (0,13) width 24: &quot;J&quot;
+        RenderText {#text} at (28,34) size 400x102
+          text run at (28,34) width 370: &quot;ust an example of first-letter. This letter should span 3 lines&quot;
+          text run at (28,51) width 351: &quot;of text, and so it should align itself cleanly with the cap-&quot;
+          text run at (0,68) width 400: &quot;height of the J lining up with the cap-height of the first line, and&quot;
+          text run at (0,85) width 398: &quot;the baseline of the J lining up with the baseline of the third line.&quot;
+          text run at (0,102) width 390: &quot;The descender of the J is still avoided by following lines. This&quot;
+          text run at (0,119) width 241: &quot;paragraph cleared the short paragraph.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssgeneratedcontentinitialletterdescenderexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-descender-expected.txt (0 => 174002)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-descender-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-descender-expected.txt        2014-09-26 08:39:59 UTC (rev 174002)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,16) size 784x568
+      RenderBlock {DIV} at (16,0) size 400x119
+        RenderBlock (floating) at (2,-3) size 24x69
+          RenderText {#text} at (0,13) size 24x68
+            text run at (0,13) width 24: &quot;J&quot;
+        RenderText {#text} at (28,34) size 398x85
+          text run at (28,34) width 370: &quot;ust an example of first-letter. This letter should span 3 lines&quot;
+          text run at (28,51) width 351: &quot;of text, and so it should align itself cleanly with the cap-&quot;
+          text run at (0,68) width 379: &quot;height of the H lining up with the cap-height of the first line,&quot;
+          text run at (0,85) width 394: &quot;and the baseline of the J lining up with the baseline of the third&quot;
+          text run at (0,102) width 389: &quot;line. The descender of the J is still avoided by following lines.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssgeneratedcontentinitialletterraisedexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-raised-expected.txt (0 => 174002)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-raised-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-raised-expected.txt        2014-09-26 08:39:59 UTC (rev 174002)
</span><span class="lines">@@ -0,0 +1,27 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,16) size 784x568
+      RenderBlock {DIV} at (16,0) size 400x102
+        RenderBlock (floating) at (2,-3) size 33x52
+          RenderText {#text} at (0,10) size 33x51
+            text run at (0,10) width 33: &quot;A&quot;
+        RenderText {#text} at (37,17) size 400x85
+          text run at (37,17) width 358: &quot;n example of first-letter. This letter should span 3 lines of&quot;
+          text run at (37,34) width 334: &quot;text, and so it should align itself cleanly with the cap-&quot;
+          text run at (0,51) width 379: &quot;height of the A lining up with the cap-height of the first line,&quot;
+          text run at (0,68) width 400: &quot;and the baseline of the A lining up with the baseline of the third&quot;
+          text run at (0,85) width 27: &quot;line.&quot;
+      RenderBlock {SPAN} at (0,118) size 784x102
+        RenderBlock {DIV} at (368,0) size 400x102
+          RenderBlock (floating) at (365,-3) size 33x52
+            RenderText {#text} at (0,10) size 33x51
+              text run at (0,10) width 33: &quot;A&quot;
+          RenderText {#text} at (20,17) size 398x85
+            text run at (20,17) width 343: &quot;n RTL example of first-letter. This letter should span 3&quot;
+            text run at (10,34) width 353: &quot;lines of text, and so it should align itself cleanly with the&quot;
+            text run at (25,51) width 375: &quot;cap-height of the A lining up with the cap-height of the first&quot;
+            text run at (2,68) width 398: &quot;line, and the baseline of the A lining up with the baseline of the&quot;
+            text run at (340,85) width 4 RTL: &quot;.&quot;
+            text run at (344,85) width 56: &quot;third line&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssgeneratedcontentinitiallettersunkenexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-sunken-expected.txt (0 => 174002)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-sunken-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-sunken-expected.txt        2014-09-26 08:39:59 UTC (rev 174002)
</span><span class="lines">@@ -0,0 +1,27 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,16) size 784x568
+      RenderBlock {DIV} at (16,0) size 400x85
+        RenderBlock (floating) at (2,14) size 22x34
+          RenderText {#text} at (0,6) size 22x33
+            text run at (0,6) width 22: &quot;A&quot;
+        RenderText {#text} at (26,0) size 399x85
+          text run at (26,0) width 358: &quot;n example of first-letter. This letter should span 3 lines of&quot;
+          text run at (26,17) width 373: &quot;text, and so it should align itself cleanly with the cap-height&quot;
+          text run at (26,34) width 363: &quot;of the A lining up with the cap-height of the first line, and&quot;
+          text run at (0,51) width 373: &quot;the baseline of the A lining up with the baseline of the third&quot;
+          text run at (0,68) width 27: &quot;line.&quot;
+      RenderBlock {SPAN} at (0,101) size 784x85
+        RenderBlock {DIV} at (368,0) size 400x85
+          RenderBlock (floating) at (376,14) size 22x34
+            RenderText {#text} at (0,6) size 22x33
+              text run at (0,6) width 22: &quot;A&quot;
+          RenderText {#text} at (31,0) size 386x85
+            text run at (31,0) width 343: &quot;n RTL example of first-letter. This letter should span 3&quot;
+            text run at (21,17) width 353: &quot;lines of text, and so it should align itself cleanly with the&quot;
+            text run at (27,34) width 347: &quot;cap-height of the A lining up with the cap-height of the&quot;
+            text run at (14,51) width 386: &quot;first line, and the baseline of the A lining up with the baseline&quot;
+            text run at (300,68) width 4 RTL: &quot;.&quot;
+            text run at (304,68) width 96: &quot;of the third line&quot;
</ins></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (174001 => 174002)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-09-26 08:20:46 UTC (rev 174001)
+++ trunk/Source/WebCore/ChangeLog        2014-09-26 08:39:59 UTC (rev 174002)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2014-09-26  Lorenzo Tilve  &lt;ltilve@igalia.com&gt;
+
+        [GTK] Fix support for the initial-letter CSS property to first-letter
+        https://bugs.webkit.org/show_bug.cgi?id=137108
+
+        Reviewed by Alejandro G. Castro.
+
+        Add support for cap-height to the font system.
+
+        * platform/graphics/freetype/SimpleFontDataFreeType.cpp:
+        (WebCore::SimpleFontData::platformInit):
+
</ins><span class="cx"> 2014-09-25  Brian J. Burg  &lt;burg@cs.washington.edu&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: FunctionCall timeline records omit profile data if the debugger has paused
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfreetypeSimpleFontDataFreeTypecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/freetype/SimpleFontDataFreeType.cpp (174001 => 174002)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/freetype/SimpleFontDataFreeType.cpp        2014-09-26 08:20:46 UTC (rev 174001)
+++ trunk/Source/WebCore/platform/graphics/freetype/SimpleFontDataFreeType.cpp        2014-09-26 08:39:59 UTC (rev 174002)
</span><span class="lines">@@ -63,10 +63,12 @@
</span><span class="cx"> 
</span><span class="cx">     float ascent = narrowPrecisionToFloat(fontExtents.ascent);
</span><span class="cx">     float descent = narrowPrecisionToFloat(fontExtents.descent);
</span><ins>+    float capHeight = narrowPrecisionToFloat(fontExtents.height);
</ins><span class="cx">     float lineGap = narrowPrecisionToFloat(fontExtents.height - fontExtents.ascent - fontExtents.descent);
</span><span class="cx"> 
</span><span class="cx">     m_fontMetrics.setAscent(ascent);
</span><span class="cx">     m_fontMetrics.setDescent(descent);
</span><ins>+    m_fontMetrics.setCapHeight(capHeight);
</ins><span class="cx"> 
</span><span class="cx"> #if PLATFORM(EFL)
</span><span class="cx">     m_fontMetrics.setLineSpacing(ascent + descent + lineGap);
</span></span></pre>
</div>
</div>

</body>
</html>