~~Title: Efl.Text_Font_Bitmap_Scalable~~ ===== Description ===== %%Scalable of bitmap fonts%% {{page>:develop:api-include:efl:text_font_bitmap_scalable:description&nouser&nolink&nodate}} ===== Fields ===== {{page>:develop:api-include:efl:text_font_bitmap_scalable:fields&nouser&nolink&nodate}} * **none** - %%Disable scalable feature for bitmap fonts.%% * **color** - %%Enable scalable feature for color bitmap fonts.%% ===== Signature ===== enum Efl.Text_Font_Bitmap_Scalable { none: 0, color: 1 >> 0 } ===== C signature ===== typedef enum { EFL_TEXT_FONT_BITMAP_SCALABLE_NONE = 0, EFL_TEXT_FONT_BITMAP_SCALABLE_COLOR = 1 /* 1 >> 0 */ } Efl_Text_Font_Bitmap_Scalable;