Bug 311434

Summary: Font::Pitch: Convert to a scoped enum class
Product: WebKit Reporter: Vitor Roriz <vitor.roriz>
Component: TextAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: fantasai.bugs, vitor.roriz, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Vitor Roriz
Reported 2026-04-03 12:22:41 PDT
Convert Pitch from an unscoped enum to a scoped enum class, renaming values from UnknownPitch/FixedPitch/VariablePitch to Pitch::Unknown/Pitch::Fixed/Pitch::Variable.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-04-03 12:22:48 PDT
Vitor Roriz
Comment 2 2026-04-03 14:49:34 PDT
EWS
Comment 3 2026-04-03 19:08:03 PDT
Committed 310550@main (5efa9129c04e): <https://commits.webkit.org/310550@main> Reviewed commits have been landed. Closing PR #61997 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.