* Return true if this style is tightly spaced (scriptstyle/scriptscriptstyle)
()
| 429 | |
| 430 | |
| 431 | isTight() { |
| 432 | return this.size >= 2; |
| 433 | } |
| 434 | |
| 435 | } // Export an interface for type checking, but don't expose the implementation. |
| 436 | // This way, no more styles can be generated. |
no outgoing calls
no test coverage detected