Bug 256450 - [WPE][GTK][Cairo] Disable font hint metrics for testing
Summary: [WPE][GTK][Cairo] Disable font hint metrics for testing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-08 01:26 PDT by Vitaly Dyackhov
Modified: 2023-05-08 01:29 PDT (History)
1 user (show)

See Also:


Attachments

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