BlendDataFonts(bpy_struct)

base class — bpy_struct

class bpy.types.BlendDataFonts(bpy_struct)

Collection of fonts

is_updated
Type :boolean, default False, (readonly)
load(filepath)

Load a new font into the main database

Parameters:filepath (string) – path of the font to load
Returns:New font datablock
Return type:VectorFont
remove(vfont)

Remove a font from the current blendfile

Parameters:vfont (VectorFont, (never None)) – Font to remove
tag(value)

tag

Parameters:value (boolean) – Value

Inherited Properties

Inherited Functions

References

Previous topic

BlendDataCurves(bpy_struct)

Next topic

BlendDataGreasePencils(bpy_struct)