#include <bitstd.h>
Link against: bitgdi.lib
class CFbsBitGcFont : public CFbsFont |
Protected Attributes | |
---|---|
TBool | iCopy |
Public Member Functions | |
---|---|
CFbsBitGcFont() | |
virtual | ~CFbsBitGcFont() |
IMPORT_C CBitmapFont * | Address() |
IMPORT_C TInt | Duplicate(TInt) |
IMPORT_C void | Reset() |
IMPORT_C void | operator=(const CFbsBitGcFont &) |
Inherited Attributes | |
---|---|
CFbsFont::iAddressPointer | |
CFbsFont::iFbs | |
CFbsFont::iHandle | |
CFbsFont::iServerHandle |
Inherited Enumerations | |
---|---|
CFont:TCharacterDataAvailability | |
CFont:TTextDirection |
TBool | iCopy | [protected] |
IMPORT_C | CFbsBitGcFont | ( | ) |
Construct calls the constructor for the base class CFbsFont and sets default value of iCopy as EFalse.
IMPORT_C CBitmapFont * | Address | ( | ) | const |
Reimplemented from CFbsFont::Address()const
On return contains iAddress pointer for the CBitmapFont.
See also: CFbsFont::Address();
Reimplemented from CFbsFont::Duplicate(TInt)
Calls reset on the object (sets iHandle to zero and carries out related messenger housekeeping and then duplicates it using the base class method.
See also: CFbsFont::Duplicate(TInt)
IMPORT_C void | Reset | ( | ) |
Reimplemented from CFbsFont::Reset()
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.
IMPORT_C void | operator= | ( | const CFbsBitGcFont & | aFont | ) |
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.