Public Member Functions | Static Public Member Functions
efl::text::Font Struct Reference

Public Member Functions

 Font (::Eo *eo)
 
 Font (std::nullptr_t)
 
 Font (Font const &other)=default
 
 Font (Font &&other)=default
 
Fontoperator= (Font const &other)=default
 
Fontoperator= (Font &&other)=default
 
 Font (::efl::eo::concrete parent)
 
template<typename F >
 Font (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< void >::type font_get (::efl::eolian::out_traits< ::efl::eina::string_view >::type font, ::efl::eolian::out_traits< int >::type size) const
 
::efl::eolian::return_traits< void >::type font_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type font, ::efl::eolian::in_traits< int >::type size) const
 
::efl::eolian::return_traits< ::efl::eina::string_view >::type font_source_get () const
 
::efl::eolian::return_traits< void >::type font_source_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type font_source) const
 
::efl::eolian::return_traits< ::efl::eina::string_view >::type font_fallbacks_get () const
 
::efl::eolian::return_traits< void >::type font_fallbacks_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type font_fallbacks) const
 
::efl::eolian::return_traits< Efl_Text_Font_Weight >::type font_weight_get () const
 
::efl::eolian::return_traits< void >::type font_weight_set (::efl::eolian::in_traits< Efl_Text_Font_Weight >::type font_weight) const
 
::efl::eolian::return_traits< Efl_Text_Font_Slant >::type font_slant_get () const
 
::efl::eolian::return_traits< void >::type font_slant_set (::efl::eolian::in_traits< Efl_Text_Font_Slant >::type style) const
 
::efl::eolian::return_traits< Efl_Text_Font_Width >::type font_width_get () const
 
::efl::eolian::return_traits< void >::type font_width_set (::efl::eolian::in_traits< Efl_Text_Font_Width >::type width) const
 
::efl::eolian::return_traits< ::efl::eina::string_view >::type font_lang_get () const
 
::efl::eolian::return_traits< void >::type font_lang_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type lang) const
 
Eo_eo_ptr () const
 
- Public Member Functions inherited from efl::eo::concrete
 concrete (Eo *eo)
 Class constructor. More...
 
 concrete ()
 Default constructor. More...
 
 ~concrete ()
 Class destructor.
 
 concrete (concrete const &other)
 
 concrete (concrete &&other)
 
concreteoperator= (concrete const &other)
 Assignment operator.
 
concreteoperator= (concrete &&other)
 
Eo_eo_ptr () const
 Return a pointer to the EO Object stored in this instance. More...
 
Eo_release ()
 Releases the reference from this concrete object and return the pointer to the EO Object stored in this instance. More...
 
void _reset (Eo *_ptr=nullptr)
 Reset the current pointer to reference a new Eo object.
 
 operator bool () const
 

Static Public Member Functions

static Efl_Class const * _eo_class ()
 

Additional Inherited Members

- Protected Attributes inherited from efl::eo::concrete
Eo_eo_raw
 The opaque EO Object.