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
  filename: The filename (path) of the file loaded into this Font.
  name: The Font name.
  packed: Boolean, True when the sample is packed (readonly).
  users: The number of users this font has (read only)

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.

name

The Font name.

packed

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

users

The number of users this font has (read only)

Generated by Epydoc 2.1 on Sun Feb 11 13:30:18 2007 http://epydoc.sf.net