* Creates a new options object with the given math font or old text font. * @type {[type]}
(font)
| 4985 | |
| 4986 | |
| 4987 | withFont(font) { |
| 4988 | return this.extend({ |
| 4989 | font |
| 4990 | }); |
| 4991 | } |
| 4992 | /** |
| 4993 | * Create a new options objects with the given fontFamily. |
| 4994 | */ |
no test coverage detected