Efl.Canvas.Text.font_weight

Description

Type of weight of the displayed font

Default is Efl.Text_Font_Weight.normal.

Values

  • font_weight - Font weight

Overridden from Efl.Text_Font.font_weight (get, set).

Signature

@property font_weight @pure_virtual {
    get {}
    set {}
    values {
        font_weight: Efl.Text_Font_Weight;
    }
}

C signature

Efl_Text_Font_Weight efl_text_font_weight_get(const Eo *obj);
void efl_text_font_weight_set(Eo *obj, Efl_Text_Font_Weight font_weight);

Implemented by