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 ['USE_LOCAL', 'WRITE_LOCAL', 'USE_ORIGINAL', 'WRITE_ORIGINAL'], (optional)) – method, How to unpack
-
Inherited Properties
Inherited Functions
References