Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <BITSTD.H>

Class CFbsBitGcFont

class CFbsBitGcFont : public CFbsFont;

Description

Derivation

Members

Defined in CFbsBitGcFont:

Inherited from CBase:

Inherited from CFbsFont:

Inherited from CFont:


Construction and destruction


CFbsBitGcFont()

IMPORT_C CFbsBitGcFont();

Description

Construct calls the constructor for the base class CFbsFont and sets default value of iCopy as EFalse.


~CFbsBitGcFont()

IMPORT_C virtual ~CFbsBitGcFont();

Description

Default destructor.

[Top]


Member functions


Address()const

IMPORT_C CBitmapFont* Address() const;

Description

On return contains iAddress pointer for the CBitmapFont.

Return value

CBitmapFont *

CBitmapFont* A pointer to the font

See also:


Duplicate(TInt)

IMPORT_C TInt Duplicate(TInt aHandle);

Description

Calls reset on the object (sets iHandle to zero and carries out related messenger housekeeping and then duplicates it using the base class method.

Parameters

TInt aHandle

Return value

TInt

TInt KErrNone If successful else a system wide error code.

See also:


Reset()

IMPORT_C void Reset();

Description

Resets the graphics context to its default settings.

The function provides a concrete implementation of the pure virtual function CGraphicsContext::Reset() . The function behaviour is the same as documented in that class.


operator=(const CFbsBitGcFont &)

IMPORT_C void operator=(const CFbsBitGcFont &aFont);

Description

Defines the meaning of the equals operator when acting on a CFbsBitGcFont object. i.e. allows these objects to be set as being equal to one another.

Parameters

const CFbsBitGcFont &aFont

[Top]


Member data


iCopy

protected: TBool iCopy;

Description