for text like objects needing font_size and font_family properties, however not variable text
Methods
|
|
__init__
_get_font_family
_get_font_size
_set_font_family
_set_font_size
copy_settings
|
|
__init__
|
__init__ ( self )
|
|
_get_font_family
|
_get_font_family ( self )
font_family
|
|
_get_font_size
|
_get_font_size ( self )
font_size
|
|
_set_font_family
|
_set_font_family ( self, font_family )
|
|
_set_font_size
|
_set_font_size ( self, font_size )
|
|
copy_settings
|
copy_settings ( self, other )
copies settings of self to other, does not check if other is capable of receiving it
|
|