MCPcopy Create free account
hub / github.com/Eve-PySpy/PySpy / _setFontScale

Method _setFontScale

gui.py:386–393  ·  view source on GitHub ↗

Changes the font scaling and saves it in the pickle container. :param `scale`: Float representing the font scale.

(self, scale, evt=None)

Source from the content-addressed store, hash-verified

384 self.font_sub.MenuItems[-1].Check(True)
385
386 def _setFontScale(self, scale, evt=None):
387 '''
388 Changes the font scaling and saves it in the pickle container.
389
390 :param `scale`: Float representing the font scale.
391 '''
392 self.Font = self.Font.Scaled(scale)
393 self.options.Set("FontScale", scale)
394
395 def _createShowColMenuItems(self):
396 '''

Callers 1

_fontScaleMenuMethod · 0.95

Calls 1

SetMethod · 0.80

Tested by

no test coverage detected