Tizen Native API  7.0
_Evas_Textgrid_Cell Struct Reference

Public Attributes

Eina_Unicode codepoint
unsigned char fg
unsigned char bg
unsigned short bold: 1
unsigned short italic: 1
unsigned short underline: 1
unsigned short strikethrough: 1
unsigned short fg_extended: 1
unsigned short bg_extended: 1
unsigned short double_width: 1

Detailed Description

A cell contains a single unicode character, with associated formatting data including style, color, and color palette. Double-wide characters are flagged to permit visually merging the cell to the right.

Since (EFL) :
1.7

Member Data Documentation

unsigned char _Evas_Textgrid_Cell::bg

the index of the palette for the background color

whether the extended palette is used for the background color

unsigned short _Evas_Textgrid_Cell::bold

whether the character is bold

the UNICODE value of the character

if the codepoint is merged with the following cell to the right visually (cells must be in pairs with 2nd cell being a duplicate in all ways except codepoint is 0)

unsigned char _Evas_Textgrid_Cell::fg

the index of the palette for the foreground color

whether the extended palette is used for the foreground color

whether the character is oblique

whether the character is strikethrough'ed

whether the character is underlined