10#define ROOT7_RAttrFont 
   16namespace Experimental {
 
#define R__ATTR_CLASS(ClassName, dflt_prefix)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Base class for attributes aggregations like lines or fill attributes.
 
A font attributes, used together with text attributes.
 
RAttrFont & operator=(EFont id)
assign font id, setting all necessary properties
 
RAttrFont & SetFont(EFont font)
Set text font by id as usually handled in the ROOT (without precision), number should be between 1 an...
 
std::string GetFullName() const
Returns full font name including weight and style.
 
friend bool operator==(const RAttrFont &font, EFont id)
 
RAttrValue< std::string > family
! font family, corresponds to css font-familty attribute
 
RAttrValue< std::string > weight
! font weight, corresponds to css font-weight attribute
 
RAttrValue< std::string > style
! font style, corresponds to css font-style attribute
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...