fe::CellInfo Struct Reference
[Ferry Core library]

Parameters of a text character. More...

List of all members.

Public Attributes

unsigned charAscent
unsigned charHeight
unsigned charWidth
unsigned charX
LineInfo line
bool rtl


Detailed Description

Parameters of a text character.

fe::CellInfo for the "w" character of the "qwerty123" text line:
charAscent= 33;
charHeight= 42;
charWidth= 31;
charX= 20;
line.idx= 0;
line.y= 0;
line.width= 155;
line.height= 42;
line.ascent= 33;
line.firstByteIdx= 0;
line.bytes= 9;
line.rtl= false;
CellInfo-w-qwerty123.png
fe::CellInfo for the "2" character of the "qwerty123" text line:
charAscent= 18;
charHeight= 24;
charWidth= 13;
charX= 129;
line.idx= 0;
line.y= 0;
line.width= 155;
line.height= 42;
line.ascent= 33;
line.firstByteIdx= 0;
line.bytes= 9;
line.rtl= false;
CellInfo-2-qwerty123.png
fe::CellInfo for the "3" character of the wrapped "qwerty123" text line:
charAscent= 18;
charHeight= 24;
charWidth= 13;
charX= 26;
line.idx= 1;
line.y= 42;
line.width= 39;
line.height= 24;
line.ascent= 18;
line.firstByteIdx= 6;
line.bytes= 3;
line.rtl= false;
CellInfo-3-qwerty123-wrapped.png

See also:
fe::IEditorFacade::getCellInfo()

Member Data Documentation

Information about text line segment to which text character belongs.

Text character ascent. Measured in pixels.

Text character height. Measured in pixels.

Text character width. Measured in pixels.

Horizontal offset of the leading edge of a text character from the beginning of the text line segment to which the text character belongs. Measured in pixels.

For characters with left-to-right rendering direction the leading edge is the left edge, for those with right-to-left rendering direction the leading edge is the right edge.

Text character rendering direction. false for characters with left-to-right rendering direction and true for characters with right-to-left rendering direction.


The documentation for this struct was generated from the following file:

Generated on Tue Nov 18 21:08:23 2008 for Ferry by doxygen 1.5.7.1
http://sourceforge.net