CFont::TPositionParam::TOutput Class Reference

#include <gdi.h>

class CFont::TPositionParam::TOutput
Public Attributes
const TUint8 *iBitmap
TSize iBitmapSize
TRect iBounds
TUint iCode
Public Member Functions
TOutput()

Detailed Description

Output of GetCharacterPosition and GetCharacterPosition2.

See also: CFont::GetCharacterPosition CFont::GetCharacterPosition2

Member Attribute Documentation

iBitmap

const TUint8 *iBitmap

Bitmap data for the glyph, if available

iBitmapSize

TSize iBitmapSize

Size of the bitmap before algorithmic bolding, size multiplication, etc.

iBounds

TRect iBounds

Bitmap bounds relative to the original pen position.

iCode

TUint iCode

Character or glyph code.

Constructor & Destructor Documentation

TOutput ( )

TOutput()[inline]

Standard constructor.