Robot Framework Integrated Development Environment (RIDE)
robotide.widgets.font.Font Class Reference

Properties

 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))
 

Private Member Functions

def _get_font (self, scale=0, family=wx.FONTFAMILY_DEFAULT, underlined=False)
 

Detailed Description

Definition at line 19 of file font.py.

Member Function Documentation

◆ _get_font()

def robotide.widgets.font.Font._get_font (   self,
  scale = 0,
  family = wx.FONTFAMILY_DEFAULT,
  underlined = False 
)
private

Definition at line 26 of file font.py.

Property Documentation

◆ fixed

robotide.widgets.font.Font.fixed = property(lambda self: self._get_font(family=wx.FONTFAMILY_MODERN))
static

Definition at line 21 of file font.py.

◆ 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

Definition at line 20 of file font.py.

◆ underlined

robotide.widgets.font.Font.underlined = property(lambda self: self._get_font(underlined=True))
static

Definition at line 24 of file font.py.


The documentation for this class was generated from the following file: