Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <FBS.H>

Class SCharWidth

class SCharWidth;

Description

Character width and adjustment information.

Members

Defined in SCharWidth:


Member data


iLeftAdjust

TInt iLeftAdjust;

Description

The left adjust of the character.


iRightAdjust

TInt iRightAdjust;

Description

The right adjust of the character.


iMove

TInt iMove;

Description

The total width of the character, defined as iLeftAdjust + iWidth + iRightAdjust.


iWidth

TInt iWidth;

Description

The width of the character.