libtextworker 0.1.4
Cross-platform, free and open library for Python projects

◆ GetFont()

typing.Any | tuple[str, int, str, str, str] libtextworker.interface.manager.ColorManager.GetFont (   self)
Call the font definitions.
When called, this returns the following:
    (font) size (int), style, weight, family
The output will vary on different GUI toolkits:
* wxPython: wx.Font object
* Tkinter: tkinter.font.Font object

Reimplemented in libtextworker.interface.wx.ColorManager.

Definition at line 114 of file manager.py.

Here is the call graph for this function: