~~Title: Efl.Text_Style_Backing_Type~~ ===== Description ===== %%Whether to apply backing style to the displayed text or not%% {{page>:develop:api-include:efl:text_style_backing_type:description&nouser&nolink&nodate}} ===== Fields ===== {{page>:develop:api-include:efl:text_style_backing_type:fields&nouser&nolink&nodate}} * **disabled** - %%Do not use backing%% * **enabled** - %%Use backing style%% ===== Signature ===== enum Efl.Text_Style_Backing_Type { disabled: 0, enabled } ===== C signature ===== typedef enum { EFL_TEXT_STYLE_BACKING_TYPE_DISABLED = 0, EFL_TEXT_STYLE_BACKING_TYPE_ENABLED } Efl_Text_Style_Backing_Type;