Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: fbs.h
Link against: N/A

Class SCharWidth

SCharWidth

Support

Supported from 5.0

Description

Character width and adjustments information.

Defined in SCharWidth:
iLeftAdjust, iMove, iRightAdjust, iWidth


Public data members


iLeftAdjust

TInt iLeftAdjust

Description

The left adjust of the character.


iMove

TInt iMove

Description

The right adjust of the character.


iRightAdjust

TInt iRightAdjust

Description

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


iWidth

TInt iWidth

Description

The width of the character.