SCharWidth Class Reference

#include <fbs.h>

class SCharWidth

Detailed Description

Character width and adjustment information.

Member Attribute Documentation

iLeftAdjust

TInt iLeftAdjust

The left adjust of the character.

iMove

TInt iMove

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

iRightAdjust

TInt iRightAdjust

The right adjust of the character.

iWidth

TInt iWidth

The width of the character.