Description

Scalable of bitmap fonts

Fields

  • 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;