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

Class Font


The Text3d.Font object

This object gives access Blender's Font objects
Method Summary
none pack()
Packs the sound into the current blend file.
none unpack(mode)
Unpacks the sound to the samples filename.

Instance Variable Summary
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 sound into the current blend file.
Returns:
nothing
           (type=none)

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

unpack(mode)

Unpacks the sound to the samples filename.
Parameters:
mode - One of the values in Blender.UnpackModes dict.
           (type=int)
Returns:
nothing
           (type=none)

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


Instance Variable Details

filename

The filename (path) of the file loaded into this Font.
Type:
string

packed

Boolean, True when the sample is packed (readonly).
Type:
string

Generated by Epydoc 2.1 on Thu May 10 20:32:00 2007 http://epydoc.sf.net