MCPcopy
hub / github.com/ajaxorg/ace / setFontSize

Method setFontSize

src/editor.js:477–479  ·  view source on GitHub ↗

* Set a new font size (in pixels) for the editor text. * @param {String | number} size A font size ( _e.g._ "12px")

(size)

Source from the content-addressed store, hash-verified

475 * @param {String | number} size A font size ( _e.g._ "12px")
476 **/
477 setFontSize(size) {
478 this.setOption("fontSize", size);
479 }
480
481 $highlightBrackets() {
482 if (this.$highlightPending) {

Callers 2

openPopupMethod · 0.45
split.jsFile · 0.45

Calls 1

setOptionMethod · 0.80

Tested by

no test coverage detected