Bug 239480

Summary: [Cocoa] Add explanatory comments in fillVectorWithVerticalGlyphPositions() and simplify it somewhat
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: New BugsAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED FIXED    
Severity: Normal CC: heycam, sabouhallawa, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 239484    
Attachments:
Description Flags
Patch
ews-feeder: commit-queue-
Patch
none
Patch
none
Patch none

Myles C. Maxfield
Reported 2022-04-18 20:22:25 PDT
[Cocoa] Add explanatory comments in fillVectorWithVerticalGlyphPositions() and simplify it somewhat
Attachments
Patch (13.73 KB, patch)
2022-04-18 20:28 PDT, Myles C. Maxfield
ews-feeder: commit-queue-
Patch (13.74 KB, patch)
2022-04-18 22:42 PDT, Myles C. Maxfield
no flags
Patch (15.98 KB, patch)
2022-04-19 00:02 PDT, Myles C. Maxfield
no flags
Patch (15.98 KB, patch)
2022-04-19 00:04 PDT, Myles C. Maxfield
no flags
Myles C. Maxfield
Comment 1 2022-04-18 20:28:27 PDT
Myles C. Maxfield
Comment 2 2022-04-18 22:42:22 PDT
Myles C. Maxfield
Comment 3 2022-04-18 23:36:06 PDT
Comment on attachment 457857 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=457857&action=review > Source/WebCore/platform/graphics/coretext/FontCascadeCoreText.cpp:228 > + // +------------A-------------+ I might want to add a point C ... > Source/WebCore/platform/graphics/coretext/FontCascadeCoreText.cpp:255 > + // adjust the pen position to start there. WebKit's text routines start out using the alphabetic baseline so we adjust the start position ... and reference it it here.
Myles C. Maxfield
Comment 4 2022-04-18 23:39:18 PDT
Comment on attachment 457857 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=457857&action=review > Source/WebCore/platform/graphics/coretext/FontCascadeCoreText.cpp:68 > result.setB(-result.b()); > result.setD(-result.d()); I probably should also add a comment here saying that this is a Y-flip
Myles C. Maxfield
Comment 5 2022-04-19 00:02:03 PDT
Myles C. Maxfield
Comment 6 2022-04-19 00:04:27 PDT
zalan
Comment 7 2022-04-19 11:31:12 PDT
Comment on attachment 457863 [details] Patch great comment.
EWS
Comment 8 2022-04-19 13:09:47 PDT
Committed r293032 (249771@main): <https://commits.webkit.org/249771@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 457863 [details].
Radar WebKit Bug Importer
Comment 9 2022-04-19 13:10:14 PDT
Note You need to log in before you can comment on or make changes to this bug.