c4d.FontData

class c4d.FontData

Data type (FONTCHOOSER_DATA) for the font chooser GUI (FontChooserCustomGui).

This type is called by value.

Methods Signatures

FontData.__init__(self, v)

type v

c4d.FontData

FontData.SetFont(self, bc)

Sets the font container.

FontData.GetFont(self)

Gets the font container.

Inheritance

Parent Class:

Methods Documentation

FontData.__init__(self, v)
Parameters

v (c4d.FontData) – Copy constructor.

FontData.SetFont(self, bc)

Sets the font container.

Parameters

bc (c4d.BaseContainer) – The font container.

FontData.GetFont(self)

Gets the font container.

Return type

c4d.BaseContainer

Returns

Font container.