c4d.FontData
¶
Data type (
FONTCHOOSER_DATA
) for the font chooser GUI (
FontChooserCustomGui
).
This type is called by value.
c4d.
FontData
¶
c4d.CustomDataType
FontData.
__init__
(
[
v
]
)
¶
Parameters: | v ( c4d.FontData ) – Copy constructor. |
---|---|
Return type: | c4d.FontData |
Returns: | The new font data. |
FontData.
SetFont
(
bc
)
¶
Sets the font container.
Parameters: | bc ( c4d.BaseContainer ) – The font container. |
---|
FontData.
GetFont
(
)
¶
Gets the font container.
Return type: | c4d.BaseContainer |
---|---|
Returns: | Font container. |