c4d.gui.FontChooserCustomGui

New in version R17.032.

Font chooser custom GUI ( CUSTOMGUI_FONTCHOOSER ). Here are the settings:

FONTCHOOSER_ENABLE_SIZE bool True if the size popup should be displayed.

Definition

class c4d.gui. FontChooserCustomGui

Inheritance

Members

FontChooserCustomGui. GetFont ( )

Retrieves the font container.

Return type: c4d.BaseContainer
Returns: The font container.
FontChooserCustomGui. SetFont ( bc )

Sets the font container.

Note

Use GeClipMap.GetFontDescription() or GeClipMap.EnumerateFonts() to get a font description container.

Parameters: bc ( c4d.BaseContainer ) – The font container.

Table Of Contents