SCharWidth Class Reference

#include <fbs.h>

class SCharWidth

Detailed Description

Indicates version of FBS that provides the CFbsFont extension interfaces RFbsGlyphDataIterator for using hardware glyphs, and RFbsGlyphMetricsArray. 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.