Location:
fbs.h
class SCharWidth;
Character width and adjustment information.
Defined in SCharWidth
:
iLeftAdjust
, iMove
, iRightAdjust
, iWidth
TInt iMove;
The total width of the character, defined as iLeftAdjust + iWidth + iRightAdjust.
TInt iWidth;
The width of the character.