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

Class Font


The Text3d.Font object

This object gives access Blender's Font objects
Method Summary
string getName()
Get the name of this Text3d object.
string getText()
Get text string for this object
  setName(name)
Set the name of this Text3d object.
  setText(name)
Set the text string in this Text3d object

Instance Variable Summary
  filename: The filename of the file loaded into this Text.
  mode: The follow_mode flag: if 1 it is 'on'; if 0, 'off'.
  name: The Text3d name.
  nlines: The number of lines in this Text.

Method Details

getName()

Get the name of this Text3d object.
Returns:
string

getText()

Get text string for this object
Returns:
string

setName(name)

Set the name of this Text3d object.
Parameters:
name - The new name.
           (type=string)
Returns:
PyNone

setText(name)

Set the text string in this Text3d object
Parameters:
name - The new text string for this object.
           (type=string)
Returns:
PyNone

Instance Variable Details

filename

The filename of the file loaded into this Text.

mode

The follow_mode flag: if 1 it is 'on'; if 0, 'off'.

name

The Text3d name.

nlines

The number of lines in this Text.

Generated by Epydoc 2.1 on Thu Dec 22 22:38:11 2005 http://epydoc.sf.net