Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: fbs.h

Class SCharWidth

class SCharWidth;

Description

Character width and adjustment information.

Members

Defined in SCharWidth:
iLeftAdjust, iMove, iRightAdjust, iWidth


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.