Module Font :: Class Font
[frames] | no frames]

Class Font

The Text3d.Font object

This object gives access Blender's Font objects

Instance Methods
none
pack()
Packs the font into the current blend file.
none
unpack(mode)
Unpacks the font.
Instance Variables
string filename
The filename (path) of the file loaded into this Font.
string packed
Boolean, True when the sample is packed (readonly).
Method Details

pack()

 

Packs the font into the current blend file.

Returns: none
nothing

Note:  

unpack(mode)

 

Unpacks the font.

Parameters:
  • mode (int) - One of the values in Blender.UnpackModes dict.
Returns: none
nothing

Note: An error will be raised if the font is not packed or the filename path does not exist.