Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: gdi.h
Link against: N/A

Class TTypefaceSupport

TTypefaceSupport

Support

Supported from 5.0

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.

Defined in TTypefaceSupport:
iIsScalable, iMaxHeightInTwips, iMinHeightInTwips, iNumHeights, iTypeface


Public Data members


iTypeface

TTypeface iTypeface

Description

The name and attributes of the typeface.


iMinHeightInTwips

TInt iMinHeightInTwips

Description

The typeface's minimum font height, in twips.


iNumHeights

TInt iNumHeights

Description

The number of distinct font heights available in the typeface.


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.