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 Unpack Method Items, (optional)) – method, How to unpack
- classmethod bl_rna_get_subclass(id, default=None)#
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Struct
subclass
- classmethod bl_rna_get_subclass_py(id, default=None)#
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type