* Create a new options object with "phantom" set to true.
()
| 4974 | |
| 4975 | |
| 4976 | withPhantom() { |
| 4977 | return this.extend({ |
| 4978 | phantom: true |
| 4979 | }); |
| 4980 | } |
| 4981 | /** |
| 4982 | * Creates a new options object with the given math font or old text font. |
| 4983 | * @type {[type]} |
no test coverage detected