python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.objects.text.FontPathOrigin Class Reference
Inheritance diagram for lottie.objects.text.FontPathOrigin:
[legend]
Collaboration diagram for lottie.objects.text.FontPathOrigin:
[legend]

Static Public Attributes

int Local = 0
 
int CssUrl = 1
 
int ScriptUrl = 2
 
int FontUrl = 3
 

Additional Inherited Members

- Public Member Functions inherited from lottie.objects.base.LottieEnum
def to_dict (self)
 Serializes into a JSON object fit for the Lottie format. More...
 
def load (cls, lottieint)
 Loads from a JSON object. More...
 
def clone (self)
 Returns a copy of the object. More...
 
- Public Member Functions inherited from lottie.objects.base.EnumMeta
def __new__ (cls, name, bases, classdict)
 

Detailed Description

Definition at line 246 of file text.py.

Member Data Documentation

◆ CssUrl

int lottie.objects.text.FontPathOrigin.CssUrl = 1
static

Definition at line 248 of file text.py.

◆ FontUrl

int lottie.objects.text.FontPathOrigin.FontUrl = 3
static

Definition at line 250 of file text.py.

◆ Local

int lottie.objects.text.FontPathOrigin.Local = 0
static

Definition at line 247 of file text.py.

◆ ScriptUrl

int lottie.objects.text.FontPathOrigin.ScriptUrl = 2
static

Definition at line 249 of file text.py.


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