c4d.gui.FontChooserCustomGui¶
-
class
c4d.gui.
FontChooserCustomGui
¶ Font chooser custom GUI (CUSTOMGUI_FONTCHOOSER). Here are the settings:
FONTCHOOSER_ENABLE_SIZE
bool
True if the size popup should be displayed.
FONTCHOOSER_ENABLE_FILTER
bool
True Whether font filter field should be displayed.
New in version R17.032.
Methods Signatures
Retrieves the font container. |
|
Sets the font container. |
Inheritance
Parent Class:
Methods Documentation
-
FontChooserCustomGui.
GetFont
(self)¶ Retrieves the font container.
- Return type
- Returns
The font container.
-
FontChooserCustomGui.
SetFont
(self, bc)¶ Sets the font container.
Note
Use
GeClipMap.GetFontDescription()
orGeClipMap.EnumerateFonts()
to get a font description container.- Parameters
bc (c4d.BaseContainer) – The font container.