Symbian
Symbian OS Library

SYMBIAN OS V9.2

[Index] [Spacer] [Previous] [Next]



Location: PDRRECRD.H

Class TypefaceFonts

class TypefaceFonts : public Record;

Description

This class encapsulates a list of font heights for printer descriptions.

Derivation

Members

Defined in TypefaceFonts:
AddFontHeight(), Delete(), Externalize(), New(), NumFontHeights(), iIsScalable, iScalableFontHeight, iTranslates, iTypeface


Member functions


New()

static IMPORT_C TypefaceFonts *New();

Description

Return value

TypefaceFonts *


Delete()

IMPORT_C void Delete();

Description


Externalize()

virtual void Externalize(ostream &out);

Description

Parameters

ostream &out


AddFontHeight()

IMPORT_C void AddFontHeight(PdrFontHeight *aFontHeight);

Description

Parameters

PdrFontHeight *aFontHeight


NumFontHeights()

IMPORT_C int NumFontHeights();

Description

Return value

int

[Top]


Member data


iTypeface

Typeface iTypeface;

Description


iIsScalable

boolean iIsScalable;

Description

Determines whether the font height is scalable.


iScalableFontHeight

PdrScalableFontHeight iScalableFontHeight;

Description

Describes a scalable font height.


iTranslates

Record * iTranslates;

Description