Bug 256450

Summary: [WPE][GTK][Cairo] Disable font hint metrics for testing
Product: WebKit Reporter: Vitaly Dyackhov <vitaly>
Component: WPE WebKitAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Vitaly Dyackhov 2023-05-08 01:26:52 PDT
`260443@main` was supposed to disable font hinting for testing, that is, to set font hint metrics to `CAIRO_HINT_METRICS_OFF` and font hint style to `CAIRO_HINT_STYLE_NONE`.
But by mistake, font hint metrics were set to `CAIRO_HINT_METRICS_ON` instead.
Comment 1 Vitaly Dyackhov 2023-05-08 01:29:21 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13568