Returns the line height of the default font for the editor.
()
| 267 | |
| 268 | /** Returns the line height of the default font for the editor. */ |
| 269 | defaultTextHeight(): number; |
| 270 | |
| 271 | /** Returns the pixel width of an 'x' in the default font for the editor. |
| 272 | (Note that for non - monospace fonts , this is mostly useless, and even for monospace fonts, non - ascii characters might have a different width). */ |
no outgoing calls
no test coverage detected