Open Search
    customgui_fontchooser.h File Reference

    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
     

    Macro Definition Documentation

    ◆ CUSTOMGUI_FONTCHOOSER

    #define CUSTOMGUI_FONTCHOOSER

    Font chooser custom GUI ID.

    ◆ FONTCHOOSER_DATA

    #define FONTCHOOSER_DATA

    Font chooser custom data ID.

    Variable Documentation

    ◆ OK

    OK

    User has selected a font.

    ◆ CANCEL

    CANCEL

    < User has cancelled popup, either by pressing ESC key or by clicking outside.