Data Structures | Typedefs | Enumerations
Textgrid Object Functions

Data Structures

struct  _Evas_Textgrid_Cell
 The values that describes each cell. More...
 

Typedefs

typedef struct _Evas_Textgrid_Cell Evas_Textgrid_Cell
 The values that describes each cell. More...
 

Enumerations

enum  Evas_Textgrid_Palette {
  EVAS_TEXTGRID_PALETTE_NONE,
  EVAS_TEXTGRID_PALETTE_STANDARD,
  EVAS_TEXTGRID_PALETTE_EXTENDED,
  EVAS_TEXTGRID_PALETTE_LAST
}
 The palette to use for the foreground and background colors. More...
 
enum  Evas_Textgrid_Font_Style {
  EVAS_TEXTGRID_FONT_STYLE_NORMAL = (1 << 0),
  EVAS_TEXTGRID_FONT_STYLE_BOLD = (1 << 1),
  EVAS_TEXTGRID_FONT_STYLE_ITALIC = (1 << 2)
}
 The style to give to each character of the grid. More...
 

Detailed Description

Since
1.7

Typedef Documentation

The values that describes each cell.

Since
1.7

Enumeration Type Documentation

The palette to use for the foreground and background colors.

Since
1.7
Enumerator
EVAS_TEXTGRID_PALETTE_NONE 

No palette is used.

EVAS_TEXTGRID_PALETTE_STANDARD 

standard palette (around 16 colors)

EVAS_TEXTGRID_PALETTE_EXTENDED 

extended palette (at max 256 colors)

EVAS_TEXTGRID_PALETTE_LAST 

ignore it

The style to give to each character of the grid.

Since
1.7
Enumerator
EVAS_TEXTGRID_FONT_STYLE_NORMAL 

Normal style.

EVAS_TEXTGRID_FONT_STYLE_BOLD 

Bold style.

EVAS_TEXTGRID_FONT_STYLE_ITALIC 

Oblique style.