python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.utils.font.SystemFont Class Reference

Public Member Functions

def __init__ (self, family)
 
def add_file (self, styles, file)
 
def filename (self, styles)
 
def __getitem__ (self, styles)
 
def __repr__ (self)
 

Public Attributes

 family
 
 files
 
 styles
 

Detailed Description

Definition at line 71 of file font.py.

Constructor & Destructor Documentation

◆ __init__()

def lottie.utils.font.SystemFont.__init__ (   self,
  family 
)

Definition at line 72 of file font.py.

Member Function Documentation

◆ __getitem__()

def lottie.utils.font.SystemFont.__getitem__ (   self,
  styles 
)

Definition at line 91 of file font.py.

◆ __repr__()

def lottie.utils.font.SystemFont.__repr__ (   self)

Definition at line 99 of file font.py.

◆ add_file()

def lottie.utils.font.SystemFont.add_file (   self,
  styles,
  file 
)

Definition at line 78 of file font.py.

◆ filename()

def lottie.utils.font.SystemFont.filename (   self,
  styles 
)

Definition at line 83 of file font.py.

Member Data Documentation

◆ family

lottie.utils.font.SystemFont.family

Definition at line 73 of file font.py.

◆ files

lottie.utils.font.SystemFont.files

Definition at line 74 of file font.py.

◆ styles

lottie.utils.font.SystemFont.styles

Definition at line 75 of file font.py.


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