Classes | |
class | FontchooserCustomGui |
class | FontData |
Namespaces | |
cinema | |
Macros | |
#define | CUSTOMGUI_FONTCHOOSER |
#define | FONTCHOOSER_DATA |
Enumerations | |
enum | { FONTCHOOSER_ENABLE_SIZE , FONTCHOOSER_USE_REDUCED_FONT_LIST , FONTCHOOSER_ENABLE_FILTER } |
enum class | FONTCHOOSER_POPUP_RESULT { OK , CANCEL } |
Functions | |
enum cinema::FONTCHOOSER_POPUP_RESULT | MAXON_ENUM_LIST (FONTCHOOSER_POPUP_RESULT) |
Bool | OpenFontChooserPopup (const BaseContainer &font, maxon::Delegate< void(FONTCHOOSER_POPUP_RESULT, const BaseContainer &)> callback, Bool useReducedFontList=false, Int32 screenPositionX=-1, Int32 screenPositionY=-1) |
Variables | |
OK | |
CANCEL | |
#define CUSTOMGUI_FONTCHOOSER |
Font chooser custom GUI ID.
#define FONTCHOOSER_DATA |
Font chooser custom data ID.
OK |
User has selected a font.
CANCEL |
< User has cancelled popup, either by pressing ESC key or by clicking outside.