~~Title: Efl.Text_Bidirectional_Type~~ ===== Description ===== %%Bidirectionaltext type%% //Since 1.23// {{page>:develop:api-include:efl:text_bidirectional_type:description&nouser&nolink&nodate}} ===== Fields ===== {{page>:develop:api-include:efl:text_bidirectional_type:fields&nouser&nolink&nodate}} * **natural** - %%Natural text type, same as neutral%% * **neutral** - %%Neutral text type, same as natural%% * **ltr** - %%Left to right text type%% * **rtl** - %%Right to left text type%% * **inherit** - %%Inherit text type%% ===== Signature ===== enum Efl.Text_Bidirectional_Type { natural: 0, neutral: 0, ltr, rtl, inherit } ===== C signature ===== typedef enum { EFL_TEXT_BIDIRECTIONAL_TYPE_NATURAL = 0, EFL_TEXT_BIDIRECTIONAL_TYPE_NEUTRAL = 0, EFL_TEXT_BIDIRECTIONAL_TYPE_LTR, EFL_TEXT_BIDIRECTIONAL_TYPE_RTL, EFL_TEXT_BIDIRECTIONAL_TYPE_INHERIT } Efl_Text_Bidirectional_Type;