c4d.FontData

New in version R13.029.

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

This type is called by value.

Inheritance

Members

FontData.__init__([v])
Parameters: v (FontData) – Copy constructor.
Return type: FontData
Returns: The new unit scale data.
FontData.SetFont(bc)

Sets the font container.

Parameters: bc (BaseContainer) – The font container.
FontData.GetFont()

Gets the font container.

Return type: BaseContainer
Returns: Font container.

Table Of Contents