RESOLVED FIXED311434
Font::Pitch: Convert to a scoped enum class
https://bugs.webkit.org/show_bug.cgi?id=311434
Summary Font::Pitch: Convert to a scoped enum class
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.