* Create a new options objects with the given fontFamily.
(fontFamily)
| 4995 | |
| 4996 | |
| 4997 | withTextFontFamily(fontFamily) { |
| 4998 | return this.extend({ |
| 4999 | fontFamily, |
| 5000 | font: "" |
| 5001 | }); |
| 5002 | } |
| 5003 | /** |
| 5004 | * Creates a new options object with the given font weight |
| 5005 | */ |
no test coverage detected