efl.evas.Text Class

class efl.evas.Text(Canvas canvas, font=None, shadow_color=None, glow_color=None, glow2_color=None, outline_color=None, **kwargs)
Parameters
  • canvas (Canvas) – Evas canvas for this object

  • font (string) – Font name

  • shadow_color (tuple of ints) – The shadow color

  • glow_color (tuple of ints) – The primary glow color

  • glow2_color (tuple of ints) – The secondary glow color

  • outline_color (tuple of ints) – The outline color

  • **kwargs – All the remaining keyword arguments are interpreted as properties of the instance