* Creates a new options object with the given font weight
(fontShape)
| 5017 | |
| 5018 | |
| 5019 | withTextFontShape(fontShape) { |
| 5020 | return this.extend({ |
| 5021 | fontShape, |
| 5022 | font: "" |
| 5023 | }); |
| 5024 | } |
| 5025 | /** |
| 5026 | * Return the CSS sizing classes required to switch from enclosing options |
| 5027 | * `oldOptions` to `this`. Returns an array of classes. |
no test coverage detected