Navigation

  • index
  • modules |
  • next |
  • previous |
  • Blender 2.79.0 855d2955c49 - API documentation »
  • Types (bpy.types) »

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

  • bpy_struct.id_data
  • ID.name
  • ID.users
  • ID.use_fake_user
  • ID.tag
  • ID.is_updated
  • ID.is_updated_data
  • ID.is_library_indirect
  • ID.library
  • ID.preview

Inherited Functions

  • bpy_struct.as_pointer
  • bpy_struct.driver_add
  • bpy_struct.driver_remove
  • bpy_struct.get
  • bpy_struct.is_property_hidden
  • bpy_struct.is_property_readonly
  • bpy_struct.is_property_set
  • bpy_struct.items
  • bpy_struct.keyframe_delete
  • bpy_struct.keyframe_insert
  • bpy_struct.keys
  • bpy_struct.path_from_id
  • bpy_struct.path_resolve
  • bpy_struct.property_unset
  • bpy_struct.type_recast
  • bpy_struct.values
  • ID.copy
  • ID.user_clear
  • ID.user_remap
  • ID.make_local
  • ID.user_of_id
  • ID.animation_data_create
  • ID.animation_data_clear
  • ID.update_tag

References

  • BlendData.fonts
  • BlendDataFonts.load
  • BlendDataFonts.remove
  • TextCurve.font
  • TextCurve.font_bold
  • TextCurve.font_bold_italic
  • TextCurve.font_italic

Logo

Previous topic

UvSculpt(Paint)

Next topic

VertexColors(bpy_struct)

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Blender 2.79.0 855d2955c49 - API documentation »
  • Types (bpy.types) »
© Copyright Blender Foundation.