Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <GDI.H>

Class TTypefaceSupport

class TTypefaceSupport;

Description

Typeface family support information.

This data-only class includes the name and attributes of a typeface, how many font heights are available, its minimum and maximum heights, and whether or not it is scaleable a typeface is scaleable if it supports heights at fixed intervals between the minimum and maximum heights.

Members

Defined in TTypefaceSupport:


Member data


iTypeface

TTypeface iTypeface;

Description

The name and attributes of the typeface.


iNumHeights

TInt iNumHeights;

Description

The number of distinct font heights available in the typeface.


iMinHeightInTwips

TInt iMinHeightInTwips;

Description

The typeface's minimum font height, in twips.


iMaxHeightInTwips

TInt iMaxHeightInTwips;

Description

The typeface's maximum font height, in twips.


iIsScalable

TBool iIsScalable;

Description

Whether the typeface is scaleable. ETrue if it is scaleable, otherwise EFalse.