Name Description Size
Font.js 3646
FontAxis.js Naive implementation to get increment step for variable font axis that ensures fine grained control based on range of values between min and max. @param {Number} min Minumum value for range. @param {Number} max Maximum value for range. @return {Number} Step value used in range input for font axis. 2025
FontEditor.js Get an array of FontAxis components with editing controls for of the given variable font axes. If no axes were given, return null. If an axis' value was declared on the font-variation-settings CSS property or was changed using the font editor, use that value, otherwise use the axis default. @param {Array} fontAxes Array of font axis instances @param {Object} editedAxes Object with axes and values edited by the user or defined in the CSS declaration for font-variation-settings. @return {Array|null} 10141
FontList.js Handler for clicks on the font preview image. Requests the FontPreviewInput component, if one exists, to focus its input field. 2258
FontName.js 1415
FontOrigin.js 1836
FontOverview.js 2153
FontPreview.js 1064
FontPreviewInput.js 1906
FontPropertyValue.js Given a `prop` key found on the component's props, check the matching `propLabel`. If `propLabel` is true, return the `prop` value; Otherwise, return null. @param {String} prop Key found on the component's props. @return {Number|null} 12631
FontsApp.js 2078
FontSize.js 2394
FontStyle.js 1713
FontWeight.js 1220
LetterSpacing.js 3519
LineHeight.js 3312
moz.build 646