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

Class 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

Class 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 Mon Jun 13 15:31:23 2005 http://epydoc.sf.net