Name Description Size Coverage
Font.js 4399 95 %
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. 2027 25 %
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} 10158 76 %
FontList.js Handler for clicks on the font preview image. Requests the FontPreviewInput component, if one exists, to focus its input field. 2263 85 %
FontMetadata.js 4385 97 %
FontName.js 1417 89 %
FontOrigin.js 1838 93 %
FontOverview.js 2155 86 %
FontPreview.js 1066 85 %
FontPreviewInput.js 1908 90 %
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} 12896 57 %
FontsApp.js 2080 78 %
FontSize.js 2402 88 %
FontStyle.js 1715 79 %
FontWeight.js 1222 83 %
LetterSpacing.js 3521 86 %
LineHeight.js 3314 83 %
moz.build 669 -