|
| | fixed = property(lambda self: self._get_font(family=wx.FONTFAMILY_MODERN)) |
| |
| | fixed_log |
| |
| | help = property(lambda self: self._get_font(scale=-2)) |
| |
| | underlined = property(lambda self: self._get_font(underlined=True)) |
| |
Definition at line 19 of file font.py.
◆ _get_font()
| def robotide.widgets.font.Font._get_font |
( |
|
self, |
|
|
|
scale = 0, |
|
|
|
family = wx.FONTFAMILY_DEFAULT, |
|
|
|
underlined = False |
|
) |
| |
|
private |
◆ fixed
| robotide.widgets.font.Font.fixed = property(lambda self: self._get_font(family=wx.FONTFAMILY_MODERN)) |
|
static |
◆ fixed_log
| robotide.widgets.font.Font.fixed_log |
|
static |
Initial value:= property(lambda self:
self._get_font(scale=-2, family=wx.FONTFAMILY_MODERN))
Definition at line 22 of file font.py.
◆ help
| robotide.widgets.font.Font.help = property(lambda self: self._get_font(scale=-2)) |
|
static |
◆ underlined
| robotide.widgets.font.Font.underlined = property(lambda self: self._get_font(underlined=True)) |
|
static |
The documentation for this class was generated from the following file: