~~Title: Efl.Text_Font.font_width~~ ====== Efl.Text_Font.font_width ====== ===== Description ===== %%Type of width of the displayed font%% %%Default is %%[[:develop:api:efl:text_font_width|Efl.Text_Font_Width.normal]]%%.%% {{page>:develop:api-include:efl:text_font:property:font_width:description&nouser&nolink&nodate}} ===== Values ===== * **width** - %%Font width%% ===== Signature ===== @property font_width @pure_virtual { get {} set {} values { width: Efl.Text_Font_Width; } } ===== C signature ===== Efl_Text_Font_Width efl_text_font_width_get(const Eo *obj); void efl_text_font_width_set(Eo *obj, Efl_Text_Font_Width width); ===== Implemented by ===== * [[:develop:api:efl:text_font:property:font_width|Efl.Text_Font.font_width]] * [[:develop:api:efl:canvas:text:property:font_width|Efl.Canvas.Text.font_width]]