MCPcopy Index your code
hub / github.com/witheve/Eve / defaultTextHeight

Method defaultTextHeight

typings/codemirror/codemirror.d.ts:269–269  ·  view source on GitHub ↗

Returns the line height of the default font for the editor.

()

Source from the content-addressed store, hash-verified

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). */

Callers 2

VimFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected