Computes the height of the top of a line, in the coordinate system specified by mode (see coordsChar), which defaults to "page". When a line below the bottom of the document is specified, the returned value is the bottom of the last line in the document.
(line: number|LineHandle, mode?: string)
| 264 | |
| 265 | /** Computes the height of the top of a line, in the coordinate system specified by mode (see coordsChar), which defaults to "page". When a line below the bottom of the document is specified, the returned value is the bottom of the last line in the document. */ |
| 266 | heightAtLine(line: number|LineHandle, mode?: string): number; |
| 267 | |
| 268 | /** Returns the line height of the default font for the editor. */ |
| 269 | defaultTextHeight(): number; |