Open Bug 1946462 Opened 15 days ago

Display font Layout features in Fonts panel

Categories

(DevTools :: Inspector, enhancement)

enhancement

Tracking

(Not tracked)

People

(Reporter: nchevobbe, Unassigned)

References

Details

The font has a getFeatures method that exposes layout feature: https://searchfox.org/mozilla-release/rev/21df1ac521242be96e0c070aa713ccff03e1b2d3/dom/chrome-webidl/InspectorUtils.webidl#217

[NewObject,Throws] sequence<InspectorFontFeature> getFeatures();

It would be nice to simply display them in our .font-editor item
Later we could make those clickable to toggle the feature, adding the right CSS bits, like we do for the axis on variable fonts

You need to log in before you can comment on or make changes to this bug.