MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / fontUpdater

Method fontUpdater

lib/modAssist_window_lib.js:793–801  ·  view source on GitHub ↗

* change font size * MARK: refresh font size

()

Source from the content-addressed store, hash-verified

791 * MARK: refresh font size
792 */
793 fontUpdater() {
794 for ( const thisWinKey in this.win ) {
795 this.sendToValidWindow(thisWinKey, 'win:updateFontSize')
796 }
797 this.multiWin = this.multiWin.filter((x) => !x.isDestroyed())
798 for ( const displayWin of this.multiWin) {
799 displayWin.webContents.send('win:updateFontSize')
800 }
801 }
802
803 // MARK: cNamedMulti
804 createNamedMulti(winName, windowArgs, extraCallback = null) {

Callers 1

Calls 1

sendToValidWindowMethod · 0.80

Tested by

no test coverage detected