VectorFont(ID)
base classes — bpy_struct, ID
- class bpy.types.VectorFont(ID)
 Vector font for Text objects
- filepath
 - Type
 string, default “”, (never None)
- packed_file
 - Type
 PackedFile, (readonly)
- pack()
 Pack the font into the current blend file
- unpack(method='USE_LOCAL')
 Unpack the font to the samples filename
- Parameters
 method (enum in ['REMOVE', 'USE_LOCAL', 'WRITE_LOCAL', 'USE_ORIGINAL', 'WRITE_ORIGINAL'], (optional)) – method, How to unpack
- classmethod bl_rna_get_subclass(id, default=None)
 - Parameters
 id (string) – The RNA type identifier.
- Returns
 The RNA type or default when not found.
- Return type
 bpy.types.Structsubclass
- classmethod bl_rna_get_subclass_py(id, default=None)
 - Parameters
 id (string) – The RNA type identifier.
- Returns
 The class or default when not found.
- Return type
 type
Inherited Properties
Inherited Functions
References