|
||
class SCharWidth;
Character width and adjustment information.
Defined in SCharWidth
:
iLeftAdjust
The left adjust of the character. iMove
The total width of the character, defined as iLeftAdjust + iWidth + iRightAdjust...iRightAdjust
The right adjust of the character. iWidth
The width of the character. TInt iMove;
The total width of the character, defined as iLeftAdjust + iWidth + iRightAdjust.
TInt iWidth;
The width of the character.