* Creates a new options object with the given font weight
(fontWeight)
| 5006 | |
| 5007 | |
| 5008 | withTextFontWeight(fontWeight) { |
| 5009 | return this.extend({ |
| 5010 | fontWeight, |
| 5011 | font: "" |
| 5012 | }); |
| 5013 | } |
| 5014 | /** |
| 5015 | * Creates a new options object with the given font weight |
| 5016 | */ |
no test coverage detected