VectorFont(ID)

base classes — bpy_struct, ID

class bpy.types.VectorFont(ID)

Vector font for Text objects

filepath

(default “”, never None, blend relative // prefix supported)

Type:

str

packed_file

(readonly)

Type:

PackedFile

pack()

Pack the font into the current blend file

unpack(*, method='USE_LOCAL')

Unpack the font to the samples filename

Parameters:

method (Literal[Unpack Method Items]) – method, How to unpack (optional)

classmethod bl_rna_get_subclass(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (bpy.types.Struct | None) – The value to return when not found.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct

classmethod bl_rna_get_subclass_py(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (type | None) – The value to return when not found.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions

References