c4d.FontData¶
-
class
c4d.FontData¶ Data type (FONTCHOOSER_DATA) for the font chooser GUI (
FontChooserCustomGui).This type is called by value.
Methods Signatures
|
Sets the font container. |
|
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
- Returns
Font container.