如何获取ace编辑器的当前字体大小?

How to get the current font size of an ace editor?

Ace Editor 有一个 setFontSize 方法,但没有 getFontSize。我怎样才能得到它的当前字体大小?

它有 getFontSize 方法见 https://github.com/ajaxorg/ace/blob/v1.1.8/lib/ace/editor.js#L481