Bug 217767 - Font matrices are only considered for non-color-bitmap fonts
Summary: Font matrices are only considered for non-color-bitmap fonts
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-15 10:58 PDT by Myles C. Maxfield
Modified: 2020-10-22 10:59 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2020-10-15 10:58:04 PDT
Color bitmap fonts aren't special; there shouldn't be a branch here.

See FontCascade::drawGlyphs():

if (!platformData.isColorBitmapFont())
    result = CTFontGetMatrix(platformData.font());
Comment 1 Radar WebKit Bug Importer 2020-10-22 10:59:18 PDT
<rdar://problem/70580466>